bump node version

This commit is contained in:
Henry Jameson 2026-06-07 23:47:49 +03:00
commit 9db308d8f0
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -1 +1 @@
18.20.8
20.19.0

View file

@ -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

View file

@ -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