Skip to content

Commit 046c6e5

Browse files
committed
chore(actions): Update npm
1 parent e8a26b4 commit 046c6e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
uses: actions/setup-node@v4
2828
with:
2929
node-version: 20
30+
registry-url: "https://registry.npmjs.org"
31+
32+
- name: Update npm
33+
run: npm install -g npm@latest
3034

3135
- name: Setup pnpm
3236
uses: pnpm/action-setup@v3

0 commit comments

Comments
 (0)