Update ci.yml use node 22

This commit is contained in:
Anduin Xue 2025-04-16 05:40:29 +00:00 committed by GitHub
parent c92cbce1b7
commit d34d033c0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '22'
cache: 'npm'
- run: npm install
- run: npm run lint