We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e381d7b commit 3b32e04Copy full SHA for 3b32e04
1 file changed
.github/workflows/pr.yml
@@ -28,7 +28,7 @@ jobs:
28
29
# https://github.com/bahmutov/npm-install/issues/103#issuecomment-931226602
30
- name: Update NPM
31
- run: npm install --global npm
+ run: npm install --global npm@8
32
33
- name: Install Dependencies
34
run: npm ci
0 commit comments