Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit e453329

Browse files
lmouhibvgkowski
andauthored
fix: change in Dataplatform to use Construct and not NestedStack (#333)
* fix: change in Dataplatform to use Construct and not NestedStack Co-authored-by: Lotfi Mouhib <[email protected]> Co-authored-by: Vincent Gromakowski <[email protected]>
1 parent 1e7fc73 commit e453329

File tree

11 files changed

+798
-2875
lines changed

11 files changed

+798
-2875
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
with:
1414
ref: ${{ github.event.pull_request.head.ref }}
1515
repository: ${{ github.event.pull_request.head.repo.full_name }}
16-
- name: Setup Node 12
16+
- name: Setup Node 14
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: '12'
19+
node-version: '14'
2020
- name: Setup Java 11
2121
uses: actions/setup-java@v2
2222
with:
@@ -45,4 +45,4 @@ jobs:
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4747
container:
48-
image: jsii/superchain
48+
image: jsii/superchain:1-buster-slim-node14

core/.projen/deps.json

Lines changed: 7 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/.projen/tasks.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/.projenrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
3838
githubOptions: {
3939
pullRequestLint: false,
4040
},
41+
//workflowContainerImage: 'jsii/superchain:1-buster-slim',
4142

4243
cdkDependencies: [
4344
'@aws-cdk/assertions',

0 commit comments

Comments
 (0)