Browse Source

avoid warnings on ci

as we support nodejs latest lts version on instance without docker
pull/967/head
Philip H 11 months ago
committed by GitHub
parent
commit
e2eb7bc362
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": "18"
"node": ">=18"
}
}

Loading…
Cancel
Save