Skip to content

Commit f2f9f5d

Browse files
fix CI release
1 parent 2242b01 commit f2f9f5d

2 files changed

Lines changed: 11 additions & 15 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
node-version: 22
3030

3131
- name: Update npm for OIDC
32-
run: npm install -g npm@latest
32+
run: |
33+
corepack enable
34+
corepack prepare npm@latest --activate
3335
3436
- name: Install dependencies
3537
run: npm ci

package-lock.json

Lines changed: 8 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)