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.
2 parents 069b5aa + 08b762e commit cde9ddcCopy full SHA for cde9ddc
1 file changed
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
node-version: "18"
18
- name: Cache NPM dependencies
19
- uses: actions/cache@v4
+ uses: actions/cache@v6
20
21
path: node_modules
22
key: ${{ runner.OS }}-npm-cache
0 commit comments