Skip to content

Commit f9342ad

Browse files
committed
chore: enable trusted package publishing
1 parent 640d5da commit f9342ad

File tree

5 files changed

+940
-888
lines changed

5 files changed

+940
-888
lines changed

.github/actions/setup-node/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ inputs:
55
node-version:
66
description: 'Specify Node version'
77
required: false
8-
default: '22'
8+
default: '24'
99

1010
runs:
1111
using: 'composite'

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
default: false
88
type: boolean
99

10+
permissions:
11+
id-token: write # Required for OIDC
12+
contents: read
13+
1014
jobs:
1115
package_release:
1216
name: Release from "${{ github.ref_name }}" branch

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
24

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"husky": "^9.1.7",
8080
"lint-staged": "^15.2.2",
8181
"prettier": "^3.5.3",
82-
"semantic-release": "^24.2.3",
82+
"semantic-release": "^25.0.2",
8383
"sinon": "^12.0.1",
8484
"typescript": "^5.8.3",
8585
"typescript-eslint": "^8.32.1",

0 commit comments

Comments
 (0)