Skip to content

Commit 7c32a55

Browse files
committed
fix: remove npm cache and use npm install in CI
1 parent 84827c5 commit 7c32a55

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
uses: actions/setup-node@v4
1616
with:
1717
node-version: 20
18-
cache: npm
19-
- run: npm ci
18+
- run: npm install
2019
- run: npm run lint
2120
- run: npm run build
2221
- run: npm test

0 commit comments

Comments
 (0)