Skip to content

Commit 3dabbeb

Browse files
committed
Use Node test runner
1 parent b52db9f commit 3dabbeb

File tree

3 files changed

+52
-56
lines changed

3 files changed

+52
-56
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,13 @@
4646
"unist-util-visit-parents": "^5.1.3"
4747
},
4848
"devDependencies": {
49-
"@types/tape": "^4.0.0",
49+
"@types/node": "^18.0.0",
5050
"c8": "^7.0.0",
5151
"mdast-util-from-markdown": "^1.0.0",
5252
"micromark-extension-directive": "^2.0.0",
5353
"prettier": "^2.0.0",
5454
"remark-cli": "^11.0.0",
5555
"remark-preset-wooorm": "^9.0.0",
56-
"tape": "^5.0.0",
5756
"type-coverage": "^2.0.0",
5857
"typescript": "^4.0.0",
5958
"unist-util-remove-position": "^4.0.0",

0 commit comments

Comments
 (0)