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 f3045b9 commit 5d410c3Copy full SHA for 5d410c3
.github/workflows/nodejs.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/setup-node@v1
11
with:
12
node-version: "12.14.1"
13
- - uses: actions/cache@v1
+ - uses: actions/cache@v2
14
15
path: ~/.npm
16
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
0 commit comments