Skip to content

Commit b529d62

Browse files
chore: update node for oidc supported npm
1 parent 3b86c15 commit b529d62

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
- uses: pnpm/action-setup@v4
1616
with:
1717
version: 9
18-
- uses: actions/setup-node@v4
18+
- uses: actions/setup-node@v6
1919
with:
20-
node-version: 20
20+
node-version: 24
2121
registry-url: 'https://registry.npmjs.org'
22-
cache: 'pnpm'
22+
2323
- run: pnpm install
2424
- run: pnpm prettier-check
2525
- run: pnpm build

0 commit comments

Comments
 (0)