Skip to content

Commit

Permalink
Update requirements for NodeJS version
Browse files Browse the repository at this point in the history
Update requirements for NodeJS versions to allow the use of v16.

Fixes #806.

Signed-off-by: Rodrigo Pinto <rodrigo.pinto@calian.ca>
  • Loading branch information
Rodrigoplp-work committed Aug 18, 2022
1 parent 77e4ee6 commit aeb1173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"engines": {
"yarn": "1.0.x || >=1.2.1",
"node": ">=12.14.1 <13"
"node": ">=12.14.1 <17"
},
"theiaPluginsDir": "../plugins"
}
2 changes: 1 addition & 1 deletion examples/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"engines": {
"yarn": "1.0.x || >=1.2.1",
"node": ">=12.14.1 <13"
"node": ">=12.14.1 <17"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit aeb1173

Please sign in to comment.