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 ef06f04 commit 2dcfce7Copy full SHA for 2dcfce7
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
node-version: '12.x'
17
- name: Cache NPM dependencies
18
- uses: actions/cache@v2
+ uses: actions/cache@v3
19
20
path: node_modules
21
key: ${{ runner.OS }}-npm-cache
0 commit comments