Skip to content

Commit

Permalink
Remove support for Node.js 16
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Jun 21, 2024
1 parent cbcde0e commit 40e0afb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
strategy:
matrix:
node-version:
- 16
- 18
- 20
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"scripts": {
"prepack": "tsc --build",
"pretest": "tsc --build",
"test": "c8 node dist/test.js"
"test": "c8 node --test"
},
"dependencies": {
"@types/mdast": "^4.0.0",
Expand Down

0 comments on commit 40e0afb

Please sign in to comment.