Skip to content

Commit 734edde

Browse files
committed
fix: cache install packages
1 parent 07fb179 commit 734edde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: '22'
2525

2626
- name: Install dependencies
27-
run: npm install
27+
run: npm ci --cache ../.npm --prefer-offline
2828

2929
- name: Run semantic-release
3030
env:

0 commit comments

Comments
 (0)