File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 - name : Setup Node
1313 uses : actions/setup-node@v4
1414 with :
15- node-version : ' 20.2 '
15+ node-version : ' 22.19.0 '
1616 - name : Build Web
1717 run : |
1818 cd frontend && npm install && npm run build:pro
2121 - name : Setup Go
2222 uses : actions/setup-go@v5
2323 with :
24- go-version : ' 1.23 '
24+ go-version : ' 1.24 '
2525 - name : Build Release
2626 uses : goreleaser/goreleaser-action@v6
2727 with :
Original file line number Diff line number Diff line change 1212 - name : Setup Node
1313 uses : actions/setup-node@v4
1414 with :
15- node-version : ' 20.2 '
15+ node-version : ' 22.19.0 '
1616 - name : Build Web
1717 run : |
1818 cd frontend && npm install && npm run build:pro
2121 - name : Setup Go
2222 uses : actions/setup-go@v5
2323 with :
24- go-version : ' 1.23 '
24+ go-version : ' 1.24 '
2525 - name : Build Release
2626 uses : goreleaser/goreleaser-action@v6
2727 with :
You can’t perform that action at this time.
0 commit comments