We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4688e86 commit 5a4ba83Copy full SHA for 5a4ba83
1 file changed
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
node-version: 12.x
15
16
- name: Use cached node_modules
17
- uses: actions/cache@v1
+ uses: actions/cache@v2
18
with:
19
path: node_modules
20
key: nodeModules-${{ hashFiles('**/yarn.lock') }}
0 commit comments