Skip to content

Commit b41f708

Browse files
committed
Update GitHub workflow
1 parent 7b0e42b commit b41f708

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,21 @@ on:
44
push:
55
branches: [main]
66

7+
permissions:
8+
id-token: write
9+
contents: read
10+
711
jobs:
812
publish:
913
runs-on: ubuntu-latest
10-
permissions:
11-
id-token: write
1214
steps:
1315
- uses: actions/checkout@v4
1416

1517
- uses: pnpm/action-setup@v4
1618

1719
- uses: actions/setup-node@v4
1820
with:
19-
node-version: 22
20-
registry-url: https://registry.npmjs.org
21+
node-version: 24
2122

2223
- run: pnpm install --frozen-lockfile
2324

0 commit comments

Comments
 (0)