Skip to content

Commit

Permalink
build: set min node version to 14.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eriklz committed Aug 20, 2021
1 parent f8d2bfe commit 5e2b23f
Show file tree
Hide file tree
Showing 8 changed files with 132 additions and 132 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml

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

2 changes: 1 addition & 1 deletion .github/workflows/release.yml

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

2 changes: 1 addition & 1 deletion .github/workflows/upgrade.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 .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const project = new JsiiProject({
peerDeps: [
'projen',
],
minNodeVersion: '14.5.0',
minNodeVersion: '14.15.0',
gitignore: [
'.idea/',
],
Expand Down
248 changes: 124 additions & 124 deletions API.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json

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

2 changes: 1 addition & 1 deletion yarn.lock

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

0 comments on commit 5e2b23f

Please sign in to comment.