1
0
Fork 0

chore: Set engines in package.json

This commit is contained in:
joostdecock 2024-02-11 17:31:52 +01:00
parent fb168b434c
commit 59adf43911
91 changed files with 93 additions and 180 deletions

View file

@ -65,7 +65,6 @@
"tag": "latest"
},
"engines": {
"node": ">=18",
"npm": ">=9"
"node": ">= 18.17.0 <22"
}
}