Skip to content

Commit

Permalink
fix: update min node to v18 (#2767)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: minimum supported node version v18
  • Loading branch information
UziTech committed May 2, 2023
1 parent 63d3cd8 commit c6852f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@
"minify": "uglifyjs lib/marked.umd.js -cm --comments /Copyright/ -o marked.min.js"
},
"engines": {
"node": ">= 12"
"node": ">= 18"
}
}

1 comment on commit c6852f5

@vercel
Copy link

@vercel vercel bot commented on c6852f5 May 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.