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 0035711 commit 4810635Copy full SHA for 4810635
.github/workflows/NodeCI.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/setup-node@v4
20
with:
21
node-version: lts/*
22
- - uses: actions/cache
+ - uses: actions/cache@v4
23
24
path: node_modules
25
key: ${{ runner.os }}-${{ hashFiles('package.json') }}-${{ github.ref }}
0 commit comments