1
0
Fork 0

update(language/node): to latest 16.x

This commit is contained in:
Sean Sube 2023-02-10 09:20:39 -06:00
parent 07b83e7fda
commit 346fc69e48
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ image:node:
variables:
IMAGE_ROOT: language/node
IMAGE_NAME: apextoaster/node
IMAGE_VERSION: "16.14"
IMAGE_VERSION: "16.19"
image:python3:
<<: *build-image

View File

@ -2,4 +2,4 @@ command:
"node --version":
exit-status: 0
stdout:
- "v16.17.1"
- "v16.19.0"