Skip to content

Commit d374502

Browse files
committed
fix: save cache
1 parent 4fd8da1 commit d374502

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/actions/npm-setup/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,9 @@ runs:
3030
- name: Install dependencies
3131
shell: bash
3232
run: npm ci --omit=optional
33+
- name: Cache npm
34+
id: cache-npm-save
35+
uses: actions/cache/save@v4
36+
with:
37+
path: ${{ steps.npm-cache-dir.outputs.dir }}
38+
key: ${{ steps.npm-cache.outputs.cache-primary-key }}

0 commit comments

Comments
 (0)