Skip to content

Commit

Permalink
build: add Node 12 remove Node 11 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored and AVaksman committed Aug 1, 2019
1 parent 8bf69c7 commit 11677b8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Expand Up @@ -16,7 +16,7 @@ build_file: "nodejs-paginator/.kokoro/trampoline.sh"
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-kokoro-resources/node:11-user"
value: "gcr.io/cloud-devrel-kokoro-resources/node:12-user"
}
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
Expand Down
File renamed without changes.
Expand Up @@ -16,7 +16,7 @@ build_file: "nodejs-paginator/.kokoro/trampoline.sh"
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-kokoro-resources/node:11-user"
value: "gcr.io/cloud-devrel-kokoro-resources/node:12-user"
}
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
Expand Down
File renamed without changes.

0 comments on commit 11677b8

Please sign in to comment.