We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e2da1a + 1026141 commit b0482eaCopy full SHA for b0482ea
1 file changed
.github/workflows/nodejs.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Checkout the project
15
uses: actions/checkout@v2
16
- name: Cache node modules
17
- uses: actions/cache@v1
+ uses: actions/cache@v2
18
with:
19
path: ~/.npm
20
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
0 commit comments