Skip to content

Commit 23955a4

Browse files
authored
Merge pull request #61 from ronati/upgrade-npm-in-ci
ci(npm): upgrade npm version for audit fix
2 parents bfc63a8 + cc823dd commit 23955a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
with:
2828
node-version: "18.x"
2929
cache: "npm"
30+
- name: Upgrade NPM
31+
run: npm i --global npm@latest
3032
- name: Remove husky scripts installation
3133
run: npm pkg set scripts.prepareBackup="$(npm pkg get scripts.prepare | tr -d \")" && npm pkg delete scripts.prepare
3234
- name: Install dependencies

0 commit comments

Comments
 (0)