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 f8e67d5 commit e2f1228Copy full SHA for e2f1228
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