Skip to content

Commit 7fe28fc

Browse files
Benjamin E. CoeJustinBeckwith
authored andcommitted
build: add Node 12 remove Node 11 (#386)
1 parent b66d040 commit 7fe28fc

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build_file: "nodejs-error-reporting/.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"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build_file: "nodejs-error-reporting/.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"

0 commit comments

Comments
 (0)