Skip to content

Commit 12a5ef3

Browse files
authored
fix: Update release.yml to clear cache
1 parent c4c9ac0 commit 12a5ef3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
4343
restore-keys: |
4444
${{ runner.os }}-node
45+
mode: 'max'
4546
- uses: actions/setup-node@v3
4647
with:
4748
node-version: '22.x'

0 commit comments

Comments
 (0)