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 64c2b38 commit a4c0bc4Copy full SHA for a4c0bc4
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: actions/checkout@master
28
29
- name: cache node_modules
30
- uses: actions/cache@v1
+ uses: actions/cache@v2
31
with:
32
path: node_modules
33
key: ${{ matrix.os }}-node-v${{ matrix.node }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/yarn.lock')) }}
0 commit comments