Skip to content

Commit 71a71e4

Browse files
committed
Use Node test runner
1 parent 607d79d commit 71a71e4

File tree

3 files changed

+162
-184
lines changed

3 files changed

+162
-184
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
strategy:
1818
matrix:
1919
node:
20-
- lts/fermium
20+
- lts/gallium
2121
- node

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,11 @@
4646
"unist-util-visit": "^4.0.0"
4747
},
4848
"devDependencies": {
49-
"@types/tape": "^4.0.0",
49+
"@types/node": "^18.0.0",
5050
"c8": "^7.0.0",
5151
"prettier": "^2.0.0",
5252
"remark-cli": "^11.0.0",
5353
"remark-preset-wooorm": "^9.0.0",
54-
"tape": "^5.0.0",
5554
"type-coverage": "^2.0.0",
5655
"typescript": "^4.0.0",
5756
"unist-builder": "^3.0.0",

0 commit comments

Comments
 (0)