chore: update to Node.js LTS

This commit is contained in:
Yang Jun
2026-01-11 18:20:46 +08:00
parent ac0a7c5837
commit b9d02811a9
16 changed files with 447 additions and 155 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
node-version: 'latest'
- name: Build
run: |
npm ci