Skip to content

Commit

Permalink
Remove support for end-of-life Node.js version 14 (continued).
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Jun 14, 2023
1 parent e7deee5 commit 14b34fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"markdownlint": "markdownlint.js"
},
"engines": {
"node": ">=14"
"node": ">=16"
},
"scripts": {
"invalid": "node ./markdownlint.js --config test/test-config.json -- test/incorrect.md",
Expand Down

0 comments on commit 14b34fa

Please sign in to comment.