Skip to content

Commit 1beaf55

Browse files
committed
ci: use npm install instead of npm ci
1 parent 412ac86 commit 1beaf55

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ jobs:
2020
- uses: actions/setup-node@v4
2121
with:
2222
node-version: 22
23-
cache: npm
2423

25-
- run: npm ci
24+
- run: npm install
2625

2726
- run: npm run verify:ci
2827

0 commit comments

Comments
 (0)