We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07fb179 commit 734eddeCopy full SHA for 734edde
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
node-version: '22'
25
26
- name: Install dependencies
27
- run: npm install
+ run: npm ci --cache ../.npm --prefer-offline
28
29
- name: Run semantic-release
30
env:
0 commit comments