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 559e0ac commit 0cd1b2aCopy full SHA for 0cd1b2a
1 file changed
.github/workflows/build.yml
@@ -84,7 +84,7 @@ jobs:
84
id: npm-cache-dir
85
run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
86
- name: Cache NPM dependencies
87
- uses: actions/cache@v6.1.0
+ uses: actions/cache@v6
88
with:
89
# Cache entire NPM cache directory (see previous step)
90
path: ${{ steps.npm-cache-dir.outputs.dir }}
0 commit comments