We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03ab13d + bfb4629 commit 1026141Copy full SHA for 1026141
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