Skip to content

Commit 21b6d9e

Browse files
committed
feat: require node 14.16+
BREAKING CHANGE: support for node 10, 12, and <14.16 has been dropped.
1 parent 94cc0d8 commit 21b6d9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [windows-latest, ubuntu-latest, macOS-latest]
16-
node: [14, 12, 10]
16+
node: [16, 14]
1717
name: Node ${{ matrix.node }}
1818
steps:
1919
- uses: actions/checkout@master

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"homepage": "https://github.com/citycide/tablemark",
99
"bugs": "https://github.com/citycide/tablemark/issues",
1010
"engines": {
11-
"node": ">=10"
11+
"node": ">=14.16"
1212
},
1313
"keywords": [
1414
"markdown",

0 commit comments

Comments
 (0)