Skip to content

Commit 9603eb3

Browse files
committed
try fix publishing
1 parent e126db2 commit 9603eb3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/npm-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
types: [created]
77

88
permissions:
9-
contents: read
9+
contents: write
1010
id-token: write # Required for OIDC
1111

1212
jobs:
@@ -20,7 +20,7 @@ jobs:
2020

2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: 22
23+
node-version: 24
2424
registry-url: https://registry.npmjs.org/
2525
cache: yarn
2626

0 commit comments

Comments
 (0)