Skip to content

Commit

Permalink
Merge pull request #61 from ronati/upgrade-npm-in-ci
Browse files Browse the repository at this point in the history
ci(npm): upgrade npm version for audit fix
  • Loading branch information
Nargonath authored Mar 28, 2024
2 parents bfc63a8 + cc823dd commit 23955a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
with:
node-version: "18.x"
cache: "npm"
- name: Upgrade NPM
run: npm i --global npm@latest
- name: Remove husky scripts installation
run: npm pkg set scripts.prepareBackup="$(npm pkg get scripts.prepare | tr -d \")" && npm pkg delete scripts.prepare
- name: Install dependencies
Expand Down

0 comments on commit 23955a4

Please sign in to comment.