Browse Source

package.json: rollback nodejs 18

because of build hang on newer nodejs version stick to nodejs 18
pull/967/head
Philip H 11 months ago
committed by GitHub
parent
commit
e46efd6088
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/package.json

2
src/package.json

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

Loading…
Cancel
Save