Skip to content

Commit

Permalink
feat: require node 14.16+
Browse files Browse the repository at this point in the history
BREAKING CHANGE: support for node 10, 12, and <14.16 has been dropped.
  • Loading branch information
haltcase committed Oct 20, 2021
1 parent 94cc0d8 commit 21b6d9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macOS-latest]
node: [14, 12, 10]
node: [16, 14]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@master
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"homepage": "https://github.com/citycide/tablemark",
"bugs": "https://github.com/citycide/tablemark/issues",
"engines": {
"node": ">=10"
"node": ">=14.16"
},
"keywords": [
"markdown",
Expand Down

0 comments on commit 21b6d9e

Please sign in to comment.