fix: update min node to v18 (#2767)
BREAKING CHANGE: minimum supported node version v18
This commit is contained in:
parent
63d3cd8de2
commit
c6852f5289
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
# lowest verison here should also be in `engines` field
|
||||
node_version: [12, 'lts/*', '*']
|
||||
node_version: [18, 'lts/*', '*']
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
|
@ -88,6 +88,6 @@
|
||||
"minify": "uglifyjs lib/marked.umd.js -cm --comments /Copyright/ -o marked.min.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 12"
|
||||
"node": ">= 18"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user