Skip to content

Commit a4fe37b

Browse files
committed
update npm
1 parent e79b4c5 commit a4fe37b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,13 @@ jobs:
2727
- name: Setup Node.js environment
2828
uses: actions/setup-node@v3
2929
with:
30-
node-version: 24
30+
node-version: 22
3131
cache: "pnpm"
3232
registry-url: "https://registry.npmjs.org"
3333

34+
- name: Update npm to latest version for OIDC support
35+
run: npm install -g npm@latest
36+
3437
- name: Print versions
3538
run: |
3639
node --version

0 commit comments

Comments
 (0)