We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69e285d commit f956fd9Copy full SHA for f956fd9
1 file changed
.github/actions/setup/action.yml
@@ -16,7 +16,7 @@ runs:
16
# https://docs.npmjs.com/cli/v10/configuring-npm/folders#cache
17
- name: Cache node modules
18
id: cache-npm
19
- uses: actions/cache@v6
+ uses: actions/cache@v5
20
with:
21
path: ${{ env.NPM_CACHE }}
22
key: ${{ runner.os }}-npm-cache-${{ hashFiles('package-lock.json') }}
0 commit comments