Skip to content

Commit 959c9ad

Browse files
committed
[bugfix] Node.js and npm requirements in package.json should match those in pom.xml
1 parent 816fb03 commit 959c9ad

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

package-lock.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "monex",
33
"version": "4.3.0-SNAPSHOT",
44
"description": "Monitoring Application for eXist-db",
5+
"engines": {
6+
"node": ">=18.12.1 <19",
7+
"npm": ">=9.1.3"
8+
},
59
"scripts": {
610
"test": "echo \"Error: no test specified\" && exit 1",
711
"cypress": "cypress run"

0 commit comments

Comments
 (0)