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 679ae4a commit 44c3bf0Copy full SHA for 44c3bf0
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
node-version: 20.x
17
18
- name: Use cached node_modules
19
- uses: actions/cache@v1
+ uses: actions/cache@v4
20
with:
21
path: node_modules
22
key: nodeModules-${{ hashFiles('**/package-lock.json') }}
0 commit comments