Skip to content

Commit

Permalink
Merge pull request #468 from internxt/fix/sigsev-on-logout
Browse files Browse the repository at this point in the history
[PB-1764] fix: ensure node version
  • Loading branch information
JoanVicens authored Mar 13, 2024
2 parents ac11438 + b3765e0 commit 760c5fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,11 @@
"uuid": "^8.3.2"
},
"devEngines": {
"node": ">=14.x",
"node": ">=18.0.0 <19.0.0",
"npm": ">=7.x"
},
"engines": {
"node": ">=18.0.0 <19.0.0"
},
"browserslist": [],
"prettier": {
Expand Down

0 comments on commit 760c5fd

Please sign in to comment.