Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
8beeeaaat committed Jan 16, 2025
1 parent fd7b402 commit 60bc425
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions npm/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,16 @@ steps:
- name: 'gcr.io/cloud-builders/docker'
args:
- 'build'
- '--build-arg=NODE_VERSION=22.12.0'
- '--build-arg=NODE_VERSION=22.13.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'
- '--tag=gcr.io/$PROJECT_ID/npm:node-22.13.0'
- '.'
- name: 'gcr.io/cloud-builders/docker'
args:
- 'build'
- '--build-arg=NODE_VERSION=23.5.0'
- '--tag=gcr.io/$PROJECT_ID/npm:node-23.5.0'
- '--build-arg=NODE_VERSION=23.6.0'
- '--tag=gcr.io/$PROJECT_ID/npm:node-23.6.0'
- '--tag=gcr.io/$PROJECT_ID/npm:latest'
- '--tag=gcr.io/$PROJECT_ID/npm:current'
- '.'
Expand Down Expand Up @@ -109,9 +109,9 @@ steps:
args: ['--version']
- name: 'gcr.io/$PROJECT_ID/npm:node-20.18.1'
args: ['--version']
- name: 'gcr.io/$PROJECT_ID/npm:node-22.12.0'
- name: 'gcr.io/$PROJECT_ID/npm:node-22.13.0'
args: ['--version']
- name: 'gcr.io/$PROJECT_ID/npm:node-23.5.0'
- name: 'gcr.io/$PROJECT_ID/npm:node-23.6.0'
args: ['--version']

# Test the examples with :latest
Expand Down Expand Up @@ -149,5 +149,5 @@ images:
- '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.5.0'
- 'gcr.io/$PROJECT_ID/npm:node-22.13.0'
- 'gcr.io/$PROJECT_ID/npm:node-23.6.0'

0 comments on commit 60bc425

Please sign in to comment.