feat: update woodpecker CI images to node 22 and golang 1.24.
This commit is contained in:
parent
109439e8c3
commit
0a9707efda
@ -3,7 +3,7 @@ when:
|
||||
|
||||
steps:
|
||||
frontend:
|
||||
image: node:18-alpine
|
||||
image: node:22-alpine
|
||||
commands:
|
||||
- yarn global add pnpm
|
||||
- ( cd client && pnpm run setup )
|
||||
@ -11,7 +11,7 @@ steps:
|
||||
- mkdir -p client/.output/public/
|
||||
|
||||
backend:
|
||||
image: golang:1.20-alpine
|
||||
image: golang:1.24-alpine
|
||||
commands:
|
||||
- apk add go-bindata
|
||||
- apk add make
|
||||
|
Loading…
x
Reference in New Issue
Block a user