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

Commit 0ca1f70

Browse files
authored
fix: bump cdk version
fix: bump cdk version
2 parents 3442545 + ee14c93 commit 0ca1f70

File tree

12 files changed

+1874
-1693
lines changed

12 files changed

+1874
-1693
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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 16
16+
- name: Setup Node 18
1717
uses: actions/setup-node@v2
1818
with:
1919
node-version: '18'

core/.projen/deps.json

Lines changed: 20 additions & 15 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: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/.projenrc.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ const glob = require('glob');
77

88
const { awscdk } = require('projen');
99

10-
const CDK_VERSION = '2.84.0';
11-
const CDK_CONSTRUCTS_VERSION = '10.2.55';
10+
const CDK_VERSION = '2.130.0';
11+
const CDK_CONSTRUCTS_VERSION = '10.3.0';
1212
const project = new awscdk.AwsCdkConstructLibrary({
1313
majorVersion: 2,
1414
authorName: 'Amazon Web Services',
@@ -20,7 +20,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
2020
keywords: ['aws', 'constructs', 'cdk', 'analytics'],
2121

2222
cdkVersion: CDK_VERSION,
23-
jsiiVersion: '~5.0.0',
23+
jsiiVersion: '~5.3.0',
2424
constructsVersion: CDK_CONSTRUCTS_VERSION,
2525
defaultReleaseBranch: 'main',
2626
license: 'MIT-0',

0 commit comments

Comments
 (0)