Skip to content

Commit afd5841

Browse files
committed
Use Node test runner
1 parent 3bf44c7 commit afd5841

File tree

5 files changed

+146
-170
lines changed

5 files changed

+146
-170
lines changed

Diff for: .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/hydrogen
2121
- node

Diff for: package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"space-separated-tokens": "^2.0.0"
6262
},
6363
"devDependencies": {
64-
"@types/tape": "^4.0.0",
64+
"@types/node": "^18.0.0",
6565
"acorn-jsx": "^5.0.0",
6666
"c8": "^7.0.0",
6767
"esast-util-from-js": "^1.0.0",
@@ -71,7 +71,6 @@
7171
"remark-cli": "^11.0.0",
7272
"remark-preset-wooorm": "^9.0.0",
7373
"svg-tag-names": "^3.0.0",
74-
"tape": "^5.0.0",
7574
"tsd": "^0.25.0",
7675
"type-coverage": "^2.0.0",
7776
"typescript": "^4.0.0",

0 commit comments

Comments
 (0)