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 5e49a49 commit 35659daCopy full SHA for 35659da
.github/workflows/gh-page.yml
@@ -20,7 +20,7 @@ jobs:
20
node-version: 15
21
22
- name: Use cached node_modules
23
- uses: actions/cache@v1
+ uses: actions/cache@v2
24
with:
25
path: node_modules
26
key: nodeModules-${{ hashFiles('**/package-lock.json') }}
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
node-version: ${{ matrix.node-version }}
28
29
30
31
32
33
0 commit comments