mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-25 11:21:02 +00:00
chore(deps): update node.js to v20 (#2422)
This commit is contained in:
parent
7e8db144d3
commit
af34458008
5 changed files with 5 additions and 5 deletions
|
@ -8,7 +8,7 @@ when:
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
- &golang_image 'golang:1.21.1'
|
- &golang_image 'golang:1.21.1'
|
||||||
- &node_image 'node:18-alpine'
|
- &node_image 'node:20-alpine'
|
||||||
- &xgo_image 'techknowlogick/xgo:go-1.20.2'
|
- &xgo_image 'techknowlogick/xgo:go-1.20.2'
|
||||||
- &xgo_version 'go-1.20.2'
|
- &xgo_version 'go-1.20.2'
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ depends_on:
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
- &golang_image 'golang:1.21.1'
|
- &golang_image 'golang:1.21.1'
|
||||||
- &node_image 'node:18-alpine'
|
- &node_image 'node:20-alpine'
|
||||||
- &xgo_image 'techknowlogick/xgo:go-1.20.2'
|
- &xgo_image 'techknowlogick/xgo:go-1.20.2'
|
||||||
- &xgo_version 'go-1.20.2'
|
- &xgo_version 'go-1.20.2'
|
||||||
- &platforms_release 'linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/386,linux/amd64,linux/ppc64le,linux/riscv64,linux/s390x,freebsd/arm64,freebsd/amd64,openbsd/arm64,openbsd/amd64'
|
- &platforms_release 'linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/386,linux/amd64,linux/ppc64le,linux/riscv64,linux/s390x,freebsd/arm64,freebsd/amd64,openbsd/arm64,openbsd/amd64'
|
||||||
|
|
|
@ -15,7 +15,7 @@ when:
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
- &golang_image 'golang:1.21.1'
|
- &golang_image 'golang:1.21.1'
|
||||||
- &node_image 'node:18-alpine'
|
- &node_image 'node:20-alpine'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
build-cli:
|
build-cli:
|
||||||
|
|
|
@ -6,7 +6,7 @@ when:
|
||||||
- release/*
|
- release/*
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
- &node_image 'node:18-alpine'
|
- &node_image 'node:20-alpine'
|
||||||
- &when
|
- &when
|
||||||
path:
|
path:
|
||||||
# related config files
|
# related config files
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# docker build --rm -f docker/Dockerfile.make -t woodpecker/make:local .
|
# docker build --rm -f docker/Dockerfile.make -t woodpecker/make:local .
|
||||||
FROM golang:1.21-alpine as golang_image
|
FROM golang:1.21-alpine as golang_image
|
||||||
FROM node:18-alpine
|
FROM node:20-alpine
|
||||||
|
|
||||||
RUN apk add --no-cache --update make gcc binutils-gold musl-dev && \
|
RUN apk add --no-cache --update make gcc binutils-gold musl-dev && \
|
||||||
corepack enable
|
corepack enable
|
||||||
|
|
Loading…
Reference in a new issue