Skip to content

Commit 40e0afb

Browse files
committedJun 21, 2024
Remove support for Node.js 16
1 parent cbcde0e commit 40e0afb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎.github/workflows/ci.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
strategy:
3737
matrix:
3838
node-version:
39-
- 16
4039
- 18
4140
- 20
4241
steps:

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"scripts": {
3232
"prepack": "tsc --build",
3333
"pretest": "tsc --build",
34-
"test": "c8 node dist/test.js"
34+
"test": "c8 node --test"
3535
},
3636
"dependencies": {
3737
"@types/mdast": "^4.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.