chore: update to Node.js LTS

This commit is contained in:
Yang Jun
2026-07-09 00:58:42 +08:00
parent 7ab49f999a
commit 962e5b6433
15 changed files with 26 additions and 46 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