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.
npm
1 parent 5781220 commit 593c3feCopy full SHA for 593c3fe
.github/workflows/nodejs.yml
@@ -33,6 +33,7 @@ jobs:
33
uses: actions/setup-node@v2
34
with:
35
node-version: ${{ matrix.node-version }}
36
+ cache: "npm"
37
38
- name: Use latest NPM
39
run: sudo npm i -g npm
@@ -71,6 +72,7 @@ jobs:
71
72
73
74
75
76
77
- name: Use latest NPM on ubuntu/macos
78
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
0 commit comments