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 0295e7c commit c19ee7bCopy full SHA for c19ee7b
1 file changed
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
registry-url: 'https://registry.npmjs.org/'
19
20
- name: Cache dependencies
21
- uses: actions/cache@v1
+ uses: actions/cache@v2
22
with:
23
path: ~/.npm
24
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
0 commit comments