Skip to content

Commit

Permalink
Set the minimum supported version of node to 16.15
Browse files Browse the repository at this point in the history
nodejs/node#41736

Co-authored-by: Mickaël Alibert <mickael.alibert@pix.fr>
Co-authored-by: Matthias Ferraina <matthias.ferraina@pix.fr>
  • Loading branch information
3 people committed May 22, 2023
1 parent d038ad3 commit a66e5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/package.json
Expand Up @@ -6,7 +6,7 @@
"license": "AGPL-3.0",
"author": "GIP Pix",
"engines": {
"node": "16",
"node": ">=16.15 <18",
"npm": ">=8.13.2 <9"
},
"type": "module",
Expand Down

0 comments on commit a66e5b3

Please sign in to comment.