We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c84cc commit 442a2c2Copy full SHA for 442a2c2
1 file changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
node-version: 15.12.0
22
23
- - uses: actions/cache@v2.1.4
+ - uses: actions/cache@v2.1.5
24
25
path: node_modules
26
key: npm-${{ hashFiles('package-lock.json') }}
0 commit comments