Skip to content

Commit ecdb0c2

Browse files
committed
ci: use npm install instead of npm ci (package-lock.json not tracked)
1 parent c2bfbe6 commit ecdb0c2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ jobs:
2222
uses: actions/setup-node@v4
2323
with:
2424
node-version: 22
25-
cache: npm
2625

2726
- name: Install dependencies
28-
run: npm ci
27+
run: npm install
2928

3029
- name: Run checks
3130
run: npm run ci

0 commit comments

Comments
 (0)