bump node version
This commit is contained in:
parent
8f92d72845
commit
9db308d8f0
4 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
18.20.8
|
||||
20.19.0
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue