From 48a45243c5cdb2127045172662d20a30ccf658d0 Mon Sep 17 00:00:00 2001 From: watany <76135106+watany-dev@users.noreply.github.com> Date: Sun, 21 May 2023 17:46:49 +0900 Subject: [PATCH] chore: update nodejs to 18 in gitpod (#25426) I love using Gitpod! I saw that node18 support is needed at https://github.com/aws/aws-cdk/pull/25381 and understood the situation. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index dc1055dfa7926..4c55d36b6d0d3 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -3,7 +3,7 @@ github: pullRequestsFromForks: true addComment: true -image: jsii/superchain:1-buster-slim-node16 +image: public.ecr.aws/jsii/superchain:1-buster-slim-node18 tasks: - init: |