mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-11-11 04:00:56 +08:00
chore: Upgrade Node version
This commit is contained in:
parent
27dc662430
commit
72d3f5071b
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build-publish-to-oss.yml
vendored
2
.github/workflows/build-publish-to-oss.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/build-publish-to-r2.yml
vendored
2
.github/workflows/build-publish-to-r2.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue