Skip to content

Commit ed855e9

Browse files
author
Benjamin E. Coe
authored
build: add Node 12 remove Node 11 (#545)
1 parent 2bd02f7 commit ed855e9

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

handwritten/logging/.kokoro/continuous/node11/common.cfg renamed to handwritten/logging/.kokoro/continuous/node12/common.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build_file: "nodejs-logging/.kokoro/trampoline.sh"
1616
# Configure the docker image for kokoro-trampoline.
1717
env_vars: {
1818
key: "TRAMPOLINE_IMAGE"
19-
value: "gcr.io/cloud-devrel-kokoro-resources/node:11-user"
19+
value: "gcr.io/cloud-devrel-kokoro-resources/node:12-user"
2020
}
2121
env_vars: {
2222
key: "TRAMPOLINE_BUILD_FILE"

handwritten/logging/.kokoro/continuous/node11/test.cfg renamed to handwritten/logging/.kokoro/continuous/node12/test.cfg

File renamed without changes.

handwritten/logging/.kokoro/presubmit/node11/common.cfg renamed to handwritten/logging/.kokoro/presubmit/node12/common.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build_file: "nodejs-logging/.kokoro/trampoline.sh"
1616
# Configure the docker image for kokoro-trampoline.
1717
env_vars: {
1818
key: "TRAMPOLINE_IMAGE"
19-
value: "gcr.io/cloud-devrel-kokoro-resources/node:11-user"
19+
value: "gcr.io/cloud-devrel-kokoro-resources/node:12-user"
2020
}
2121
env_vars: {
2222
key: "TRAMPOLINE_BUILD_FILE"
File renamed without changes.

0 commit comments

Comments
 (0)