chore(deps): update node.js to v20 (#728)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
This commit is contained in:
renovate[bot] 2023-10-27 13:25:11 +02:00 committed by GitHub
parent f9bfd1cac6
commit 7b04be9b68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View file

@ -42,7 +42,7 @@
"webpack-remove-empty-scripts": "1.0.4" "webpack-remove-empty-scripts": "1.0.4"
}, },
"engines": { "engines": {
"node": ">=16.15 <=18" "node": ">=18 <=20"
} }
}, },
"node_modules/@aashutoshrathi/word-wrap": { "node_modules/@aashutoshrathi/word-wrap": {

View file

@ -28,7 +28,7 @@
"author": "Robert Kaussow", "author": "Robert Kaussow",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=16.15 <=18" "node": ">=18 <=20"
}, },
"dependencies": { "dependencies": {
"@cfworker/json-schema": "1.12.7", "@cfworker/json-schema": "1.12.7",