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 74114d8 commit f78f961Copy full SHA for f78f961
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
node-version: '16.x'
19
20
- name: Cache dependencies
21
- uses: actions/cache@v3.3.1
+ uses: actions/cache@v3.4.0
22
with:
23
path: ~/.npm
24
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
0 commit comments