Skip to content

Commit 2e9b956

Browse files
authored
chore: try to update npm for release action (sveltejs#1345)
1 parent 2be7a5b commit 2e9b956

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
@@ -29,6 +29,10 @@ jobs:
2929
uses: actions/setup-node@v4
3030
with:
3131
node-version: 24
32+
33+
- name: Update npm
34+
run: npm install -g npm@latest
35+
3236
- name: Install Dependencies
3337
run: pnpm install
3438

0 commit comments

Comments
 (0)