Skip to content

Commit a9ecff3

Browse files
authored
chore: update .gitpod.yaml to ensure the prebuild (#25224)
- bump the node version from 14 to 16 for the image - update the init script for the new repo structure Closes #25223 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 792e3f2 commit a9ecff3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitpod.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ github:
33
pullRequestsFromForks: true
44
addComment: true
55

6-
image: jsii/superchain:1-buster-slim
6+
image: jsii/superchain:1-buster-slim-node16
77

88
tasks:
9-
- init: yarn install && ./scripts/foreach.sh yarn build
9+
- init: yarn install && cd packages/aws-cdk-lib && NODE_OPTIONS=--max-old-space-size=8192 ../../scripts/buildup
1010

1111
vscode:
1212
extensions:

0 commit comments

Comments
 (0)