Skip to content

Commit

Permalink
add node strict check (#9335)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamakase authored Jan 18, 2022
1 parent 7a26246 commit f3798ed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions airbyte-webapp/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
3 changes: 3 additions & 0 deletions airbyte-webapp/package-lock.json

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

3 changes: 3 additions & 0 deletions airbyte-webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "airbyte-webapp",
"version": "0.35.5-alpha",
"private": true,
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
Expand Down

0 comments on commit f3798ed

Please sign in to comment.