diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 06fbf45f9..247218091 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ # This file is a template, and might need editing before it works on your project. # Official framework image. Look for the different tagged releases at: # https://hub.docker.com/r/library/node/tags/ -image: node:18 +image: node:20 stages: - check-changelog diff --git a/.node-version b/.node-version index 08b7109d0..5bd681170 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -18.20.8 +20.19.0 diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 059fdb1ff..af0bb98e3 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -16,7 +16,7 @@ labels: steps: build: - image: docker.io/node:18-alpine + image: docker.io/node:20-alpine commands: - apk add --no-cache zip git - yarn --frozen-lockfile diff --git a/.woodpecker/lint.yaml b/.woodpecker/lint.yaml index 237135ee9..257887338 100644 --- a/.woodpecker/lint.yaml +++ b/.woodpecker/lint.yaml @@ -9,7 +9,7 @@ when: steps: install-depends: image: &node-image - docker.io/node:18-alpine + docker.io/node:20-alpine commands: - yarn --frozen-lockfile