Skip to content

Commit

Permalink
Add Node 20.18.1 and bump LTS to 22.12.0 and Current to 23.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
8beeeaaat committed Dec 18, 2024
1 parent 88de366 commit fbc137f
Showing 1 changed file with 29 additions and 2 deletions.
31 changes: 29 additions & 2 deletions npm/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,33 @@ steps:
args:
- 'build'
- '--build-arg=NODE_VERSION=18.12.0'
- '--tag=gcr.io/$PROJECT_ID/npm:lts'
- '--tag=gcr.io/$PROJECT_ID/nodejs/npm'
- '--tag=gcr.io/$PROJECT_ID/npm:node-18.12.0'
- '.'
- name: 'gcr.io/cloud-builders/docker'
args:
- 'build'
- '--build-arg=NODE_VERSION=19.0.0'
- '--tag=gcr.io/$PROJECT_ID/npm:node-19.0.0'
- '.'
- name: 'gcr.io/cloud-builders/docker'
args:
- 'build'
- '--build-arg=NODE_VERSION=20.18.1'
- '--tag=gcr.io/$PROJECT_ID/npm:node-20.18.1'
- '.'
- name: 'gcr.io/cloud-builders/docker'
args:
- 'build'
- '--build-arg=NODE_VERSION=22.12.0'
- '--tag=gcr.io/$PROJECT_ID/npm:lts'
- '--tag=gcr.io/$PROJECT_ID/nodejs/npm'
- '--tag=gcr.io/$PROJECT_ID/npm:node-22.12.0'
- '.'
- name: 'gcr.io/cloud-builders/docker'
args:
- 'build'
- '--build-arg=NODE_VERSION=23.4.0'
- '--tag=gcr.io/$PROJECT_ID/npm:node-23.4.0'
- '--tag=gcr.io/$PROJECT_ID/npm:latest'
- '--tag=gcr.io/$PROJECT_ID/npm:current'
- '.'
Expand All @@ -89,6 +107,12 @@ steps:
args: ['--version']
- name: 'gcr.io/$PROJECT_ID/npm:node-19.0.0'
args: ['--version']
- name: 'gcr.io/$PROJECT_ID/npm:node-20.18.1'
args: ['--version']
- name: 'gcr.io/$PROJECT_ID/npm:node-22.12.0'
args: ['--version']
- name: 'gcr.io/$PROJECT_ID/npm:node-23.4.0'
args: ['--version']


# Test the examples with :latest
Expand Down Expand Up @@ -125,3 +149,6 @@ images:
- 'gcr.io/$PROJECT_ID/npm:node-16.18.0'
- 'gcr.io/$PROJECT_ID/npm:node-18.12.0'
- 'gcr.io/$PROJECT_ID/npm:node-19.0.0'
- 'gcr.io/$PROJECT_ID/npm:node-20.18.1'
- 'gcr.io/$PROJECT_ID/npm:node-22.12.0'
- 'gcr.io/$PROJECT_ID/npm:node-23.4.0'

0 comments on commit fbc137f

Please sign in to comment.