Skip to content

Commit be85f64

Browse files
committed
fix: add npm cache to workflow
1 parent 5778b5d commit be85f64

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
@@ -19,6 +19,7 @@ jobs:
1919
- uses: actions/setup-node@v4
2020
with:
2121
node-version: "lts/*"
22+
cache: 'npm'
2223
- run: npm ci
2324
- run: npm audit signatures
2425
- name: Release

0 commit comments

Comments
 (0)