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 8576bd8 commit 4b0a9d4Copy full SHA for 4b0a9d4
lib/create-test-action.js
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/setup-node@v2
25
with:
26
node-version: \${{ matrix.node_version }}
27
- - uses: actions/cache@v1
+ - uses: actions/cache@v2
28
29
path: ~/.npm
30
key: \${{ runner.os }}-node-\${{ hashFiles('**/package-lock.json') }}
0 commit comments