chore: update node engines to next LTS (node 20 / npm 9)

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ 2023-06-21 12:29:56 +02:00
parent 99f48863eb
commit 2cfd8d413f
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF

View file

@ -30,5 +30,9 @@
"karma-requirejs": "^1.1.0",
"karma-verbose-reporter": "0.0.3",
"requirejs": "^2.3.2"
},
"engines": {
"node": "^20.0.0",
"npm": "^9.0.0"
}
}