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 a065faf commit 16be083Copy full SHA for 16be083
.github/workflows/deployment.yml
@@ -70,7 +70,7 @@ jobs:
70
with:
71
node-version: '16.x'
72
registry-url: 'https://registry.npmjs.org'
73
- - uses: actions/cache@v1
+ - uses: actions/cache@v2
74
75
path: ~/.npm
76
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
0 commit comments