Skip to content

Commit

Permalink
BC-7348 - fix node and npm version
Browse files Browse the repository at this point in the history
BC-7842 - downgarde npm to v9 because
dependabot does not support npm 10
  • Loading branch information
virgilchiriac committed Aug 14, 2024
1 parent 6d8372a commit a62b3e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "AGPL-3.0",
"engines": {
"node": "20",
"npm": ">=10"
"npm": ">=9"
},
"scripts": {
"start": "node src",
Expand Down

0 comments on commit a62b3e1

Please sign in to comment.