package.json: rollback nodejs 18

because of build hang on newer nodejs version stick to nodejs 18
This commit is contained in:
Philip H 2024-05-04 20:59:36 +02:00 committed by GitHub
parent 66bb13ed30
commit e46efd6088
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -31,6 +31,6 @@
] ]
}, },
"engines": { "engines": {
"node": "20" "node": "18"
} }
} }