Skip to content

Commit e3ebdbf

Browse files
committed
fix: support CI installs without lockfile
1 parent fdebd30 commit e3ebdbf

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/compatibility.yml

Lines changed: 3 additions & 5 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 typecheck
2120
- run: npm test
2221

@@ -27,8 +26,7 @@ jobs:
2726
- uses: actions/setup-node@v4
2827
with:
2928
node-version: 20
30-
cache: npm
31-
- run: npm ci
29+
- run: npm install
3230
- run: npm install --no-save @opencode-ai/plugin@latest
3331
- run: npm run typecheck
34-
- run: npm test
32+
- run: npm test

0 commit comments

Comments
 (0)