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 41db251 commit ff60827Copy full SHA for ff60827
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
with:
13
node-version: 14
14
- name: Cache node modules
15
- uses: actions/cache@v1
+ uses: actions/cache@v2
16
17
path: node_modules
18
key: ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}
0 commit comments