Skip to content

Commit e3c88b2

Browse files
committed
Use latest npm
1 parent 9471daf commit e3c88b2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
with:
2626
node-version: 22
2727

28+
- name: update npm
29+
run: npm update -g npm
30+
2831
- name: Install Dependencies
2932
run: npm install
3033

0 commit comments

Comments
 (0)