Skip to content

Commit

Permalink
chore: update .gitpod.yaml to ensure the prebuild (#25224)
Browse files Browse the repository at this point in the history
- 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*
  • Loading branch information
pahud authored Apr 20, 2023
1 parent 792e3f2 commit a9ecff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ github:
pullRequestsFromForks: true
addComment: true

image: jsii/superchain:1-buster-slim
image: jsii/superchain:1-buster-slim-node16

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

vscode:
extensions:
Expand Down

0 comments on commit a9ecff3

Please sign in to comment.