Skip to content

Commit de9f8a7

Browse files
committed
Use Node test runner
1 parent 582b22c commit de9f8a7

File tree

3 files changed

+107
-113
lines changed

3 files changed

+107
-113
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
@@ -49,15 +49,14 @@
4949
"vfile-message": "^3.0.0"
5050
},
5151
"devDependencies": {
52-
"@types/tape": "^4.0.0",
52+
"@types/node": "^18.0.0",
5353
"acorn": "^8.0.0",
5454
"c8": "^7.0.0",
5555
"micromark-extension-mdx-jsx": "^1.0.0",
5656
"micromark-extension-mdx-md": "^1.0.0",
5757
"prettier": "^2.0.0",
5858
"remark-cli": "^11.0.0",
5959
"remark-preset-wooorm": "^9.0.0",
60-
"tape": "^5.0.0",
6160
"type-coverage": "^2.0.0",
6261
"typescript": "^4.0.0",
6362
"xo": "^0.53.0"

0 commit comments

Comments
 (0)