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 ca41970 commit 063708aCopy full SHA for 063708a
.github/workflows/nodejs.yml
@@ -71,6 +71,7 @@ jobs:
71
uses: actions/setup-node@v2
72
with:
73
node-version: ${{ matrix.node-version }}
74
+ cache: 'npm'
75
76
- name: Use latest NPM on ubuntu/macos
77
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
0 commit comments