Skip to content

Commit

Permalink
Update required Node.js version to 12 (10 is no longer supported).
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Oct 5, 2021
1 parent ae1ed29 commit 763b70c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -14,7 +14,6 @@ jobs:
fail-fast: false
matrix:
node:
- 10
- 12
- 14
- 16
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"markdownlint": "markdownlint.js"
},
"engines": {
"node": ">=10"
"node": ">=12"
},
"scripts": {
"invalid": "node ./markdownlint.js --config test/test-config.json -- test/incorrect.md",
Expand Down

0 comments on commit 763b70c

Please sign in to comment.