Merge branch 'master' into Anduin2017-patch-5

This commit is contained in:
Anduin Xue
2025-04-16 05:40:49 +00:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ jobs:
token: ${{ secrets.PAT }} token: ${{ secrets.PAT }}
- uses: actions/setup-node@v2 - uses: actions/setup-node@v2
with: with:
node-version: '16' node-version: '22'
cache: 'npm' cache: 'npm'
- run: npm install - run: npm install
- run: npm run build - run: npm run build

View File

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