fixed CI tests

This commit is contained in:
Yi-Cyuan Chen
2026-07-20 14:23:54 +08:00
parent 114d18e574
commit f6407a6c0c
6 changed files with 25 additions and 21 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x, 22.x]
node-version: [20.x, 22.x, 24.x]
steps:
- name: Checkout code
uses: actions/checkout@v4