Skip to content

Commit 85466d0

Browse files
committed
Fix CI
1 parent 7bc5bcd commit 85466d0

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
@@ -14,8 +14,7 @@ jobs:
1414
- uses: actions/setup-node@v4
1515
with:
1616
node-version: 23
17-
cache: npm
18-
- run: npm ci
17+
- run: npm install
1918
- run: npm run fmt:check
2019
- run: npm run lint
2120
- run: npm run build

0 commit comments

Comments
 (0)