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 ea1e34c commit 4a60d04Copy full SHA for 4a60d04
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: actions/checkout@master
28
29
- name: cache node_modules
30
- uses: actions/cache@v2
+ uses: actions/cache@v3
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