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. # 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: # Official framework image. Look for the different tagged releases at:
# https://hub.docker.com/r/library/node/tags/ # https://hub.docker.com/r/library/node/tags/
image: node:18 image: node:20
stages: stages:
- check-changelog - check-changelog

View file

@ -1 +1 @@
18.20.8 20.19.0

View file

@ -16,7 +16,7 @@ labels:
steps: steps:
build: build:
image: docker.io/node:18-alpine image: docker.io/node:20-alpine
commands: commands:
- apk add --no-cache zip git - apk add --no-cache zip git
- yarn --frozen-lockfile - yarn --frozen-lockfile

View file

@ -9,7 +9,7 @@ when:
steps: steps:
install-depends: install-depends:
image: &node-image image: &node-image
docker.io/node:18-alpine docker.io/node:20-alpine
commands: commands:
- yarn --frozen-lockfile - yarn --frozen-lockfile