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 8cc7f95 commit 08e8302Copy full SHA for 08e8302
.github/workflows/nodejs.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/setup-node@v1
11
with:
12
node-version: "12.16.2"
13
- - uses: actions/cache@v1
+ - uses: actions/cache@v2
14
15
path: ~/.npm
16
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
33
34
35
0 commit comments