From ca88193f9f9db2040221f5eebe1c57d5ac115b04 Mon Sep 17 00:00:00 2001 From: Ralph Chang Date: Mon, 27 Apr 2026 22:04:11 +0800 Subject: [PATCH] fix: support CI installs without lockfile --- .github/workflows/compatibility.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/compatibility.yml b/.github/workflows/compatibility.yml index 7ace6ec..fc29e5a 100644 --- a/.github/workflows/compatibility.yml +++ b/.github/workflows/compatibility.yml @@ -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 \ No newline at end of file + - run: npm test