We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fea0ff commit df7f189Copy full SHA for df7f189
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: actions/checkout@master
27
28
- name: cache node_modules
29
- uses: actions/cache@v1
+ uses: actions/cache@v2
30
with:
31
path: node_modules
32
key: ${{ matrix.os }}-node-v${{ matrix.node }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/yarn.lock')) }}
0 commit comments