Skip to content

Commit 7a3e56f

Browse files
authored
chore: prepare for trusted publishing
Allows token-less publishing. See https://docs.npmjs.com/trusted-publishers
1 parent 9829111 commit 7a3e56f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
permissions:
1111
contents: write
12+
id-token: write
1213

1314
jobs:
1415

@@ -19,7 +20,7 @@ jobs:
1920
- uses: actions/checkout@v3
2021
- uses: actions/setup-node@v3
2122
with:
22-
node-version: 20
23+
node-version: 24
2324
registry-url: https://registry.npmjs.org/
2425
- run: npm i
2526
- run: npm test

0 commit comments

Comments
 (0)