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