We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6cb35 commit feaaf8dCopy full SHA for feaaf8d
.github/workflows/nodejs.yml
@@ -27,7 +27,7 @@ jobs:
27
node-version: ${{ matrix.node }}
28
29
- name: Install latest npm
30
- run: npm install --location=global npm@latest
+ run: npm install --global npm@latest
31
32
- run: npm ci
33
0 commit comments