Skip to content

Commit

Permalink
Set node version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
raykrueger committed Mar 22, 2023
1 parent cc731bc commit f349146
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 16 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml

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

10 changes: 6 additions & 4 deletions .github/workflows/release.yml

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

6 changes: 4 additions & 2 deletions .github/workflows/upgrade-main.yml

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

2 changes: 1 addition & 1 deletion .projen/deps.json

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

2 changes: 1 addition & 1 deletion .projen/tasks.json

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

1 change: 1 addition & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
repositoryUrl: 'https://github.com/raykrueger/cdk-game-server.git',
releaseToNpm: true,
npmAccess: NpmAccess.PUBLIC,
minNodeVersion: '16.0.0',
catalog: {
announce: false,
twitter: 'raykrueger',
Expand Down
5 changes: 4 additions & 1 deletion package.json

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

8 changes: 4 additions & 4 deletions yarn.lock

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

0 comments on commit f349146

Please sign in to comment.