chore: Upgrade Node version

This commit is contained in:
wanghe-fit2cloud 2025-09-09 11:19:05 +08:00
parent 27dc662430
commit 72d3f5071b
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20.2'
node-version: '22.19.0'
- name: Build Web
run: |
cd frontend && npm install && npm run build:pro

View file

@ -12,7 +12,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20.2'
node-version: '22.19.0'
- name: Build Web
run: |
cd frontend && npm install && npm run build:pro