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