We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 199743f commit 7fde1f5Copy full SHA for 7fde1f5
.github/workflows/static.yml
@@ -36,7 +36,7 @@ jobs:
36
with:
37
node-version: '24'
38
- name: Cache NPM dependencies
39
- uses: actions/cache@v6
+ uses: actions/cache@v4
40
41
path: node_modules
42
key: ${{ runner.OS }}-npm-cache
0 commit comments