Skip to content

Commit

Permalink
feat: use node18 [CLK-323868] (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahammond authored Aug 24, 2023
1 parent bb5ab98 commit eae17c4
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .nvmrc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/utils/parameters.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export class parameters {
static PROJEN_MIN_ENGINE_NODE_VERSION: string = '14.18.0';
static PROJEN_NODE_VERSION: string = '16.20.2';
static PROJEN_NODE_VERSION: string = '18.17.1';
}
8 changes: 4 additions & 4 deletions test/__snapshots__/cdk-diff-workflow.test.ts.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions test/__snapshots__/clickup-cdk.test.ts.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions test/__snapshots__/clickup-ts.test.ts.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions test/__snapshots__/node-version.test.ts.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eae17c4

Please sign in to comment.