fix: run compatibility CI on Node 24

This commit is contained in:
Ralph Chang
2026-04-27 22:13:23 +08:00
parent e3ebdbfe9f
commit 034dfe8d91
4 changed files with 20 additions and 3 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 24
- run: npm install
- run: npm run typecheck
- run: npm test
@@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 24
- run: npm install
- run: npm install --no-save @opencode-ai/plugin@latest
- run: npm run typecheck