Skip to content

Commit

Permalink
[TECH] Vérrouiller la version Node de l'API en v16
Browse files Browse the repository at this point in the history
  • Loading branch information
pix-service-auto-merge committed Jul 3, 2023
2 parents 5e1677c + 87e657e commit 96f91a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions api/package-lock.json

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

4 changes: 2 additions & 2 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"license": "AGPL-3.0",
"author": "GIP Pix",
"engines": {
"node": ">=16.15 <18",
"npm": ">=8.13.2 <9"
"node": "^16.15",
"npm": "^8.13.2"
},
"type": "module",
"repository": {
Expand Down

0 comments on commit 96f91a1

Please sign in to comment.