chore: clean up; update CI node; update vscode ext; fix lint

This commit is contained in:
Simon
2025-12-08 17:18:54 +08:00
parent 32c17627e9
commit d0836fd788
6 changed files with 5 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: 20
node-version: 24
cache: 'npm'
- name: Install dependencies