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 dc043c0 commit f65104bCopy full SHA for f65104b
.github/workflows/gh-page.yml
@@ -20,7 +20,7 @@ jobs:
20
node-version: 16
21
22
- name: Use cached node_modules
23
- uses: actions/cache@v2
+ uses: actions/cache@v3
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