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 b865840 commit ced489aCopy full SHA for ced489a
.github/workflows/nodejs.yml
@@ -25,7 +25,7 @@ jobs:
25
node-version: ${{ matrix.node-version }}
26
27
- name: 'Cache dependencies'
28
- uses: 'actions/cache@v2'
+ uses: 'actions/cache@v2.1.4'
29
with:
30
path: '**/node_modules'
31
key: ${{ runner.os }}-${{ hashFiles('**/package.json') }}
.github/workflows/npm-publish.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: 'actions/checkout@v2'
14
15
16
17
18
19
0 commit comments