Skip to content

Commit e6b6b3c

Browse files
committed
Use Node test runner
1 parent 9d61011 commit e6b6b3c

File tree

3 files changed

+64
-71
lines changed

3 files changed

+64
-71
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
@@ -41,12 +41,11 @@
4141
"xastscript": "^3.0.0"
4242
},
4343
"devDependencies": {
44-
"@types/tape": "^4.0.0",
44+
"@types/node": "^18.0.0",
4545
"c8": "^7.0.0",
4646
"prettier": "^2.0.0",
4747
"remark-cli": "^11.0.0",
4848
"remark-preset-wooorm": "^9.0.0",
49-
"tape": "^5.0.0",
5049
"type-coverage": "^2.0.0",
5150
"typescript": "^4.0.0",
5251
"xast-util-to-xml": "^3.0.0",

0 commit comments

Comments
 (0)