Skip to content

Commit

Permalink
chore: bump node version for gitpod dev container (#16691)
Browse files Browse the repository at this point in the history
This PR bumps the node version from v10 to v12 for the gitpod dev container using `jsii/superchain`.

Fixes: #16690 

----

*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 Sep 28, 2021
1 parent 87c9570 commit 6390cb5
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,11 +3,11 @@ github:
pullRequestsFromForks: true
addComment: true

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

tasks:
- init: yarn build --skip-test --no-bail --skip-prereqs --skip-compat

vscode:
extensions:
- [email protected].5:9Wg0Glx/TwD8ElFBg+FKcQ==
- [email protected].20

0 comments on commit 6390cb5

Please sign in to comment.