mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-18 13:29:03 +08:00
fix: update node & go version (#11195)
Some checks failed
SonarCloud Scan / SonarCloud (push) Failing after 13m51s
Some checks failed
SonarCloud Scan / SonarCloud (push) Failing after 13m51s
This commit is contained in:
parent
f4e64ca8b3
commit
abd3c24562
2 changed files with 4 additions and 4 deletions
4
.github/workflows/build-publish-to-oss.yml
vendored
4
.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
|
||||
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: Setup Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.23'
|
||||
go-version: '1.24'
|
||||
- name: Build Release
|
||||
uses: goreleaser/goreleaser-action@v6
|
||||
with:
|
||||
|
|
|
|||
4
.github/workflows/build-publish-to-r2.yml
vendored
4
.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
|
||||
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: Setup Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.23'
|
||||
go-version: '1.24'
|
||||
- name: Build Release
|
||||
uses: goreleaser/goreleaser-action@v6
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue