We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bfc63a8 + cc823dd commit 23955a4Copy full SHA for 23955a4
.github/workflows/release.yml
@@ -27,6 +27,8 @@ jobs:
27
with:
28
node-version: "18.x"
29
cache: "npm"
30
+ - name: Upgrade NPM
31
+ run: npm i --global npm@latest
32
- name: Remove husky scripts installation
33
run: npm pkg set scripts.prepareBackup="$(npm pkg get scripts.prepare | tr -d \")" && npm pkg delete scripts.prepare
34
- name: Install dependencies
0 commit comments