fix: support CI installs without lockfile

This commit is contained in:
Ralph Chang
2026-04-27 22:04:11 +08:00
parent 1927cc8828
commit ca88193f9f
+3 -5
View File
@@ -15,8 +15,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm install
- run: npm run typecheck
- run: npm test
@@ -27,8 +26,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm install
- run: npm install --no-save @opencode-ai/plugin@latest
- run: npm run typecheck
- run: npm test
- run: npm test