We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9aa34f + 632500c commit 02d10b4Copy full SHA for 02d10b4
1 file changed
.github/workflows/on-deploy.yml
@@ -36,7 +36,7 @@ jobs:
36
- uses: actions/setup-node@v3
37
with:
38
node-version: '16.15.1'
39
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
40
id: cache
41
42
path: ${{ env.CACHE_NODE_MODULES_PATH }}
@@ -54,7 +54,7 @@ jobs:
54
55
56
key: node_modules-${{ hashFiles('**/package-lock.json') }}
57
58
59
path: ${{ env.CACHE_DIST_PATH }}
60
key: dist-${{ github.run_id }}
0 commit comments