Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit 6b829e1

Browse files
committed
Use Node test runner
1 parent 206e762 commit 6b829e1

File tree

3 files changed

+199
-275
lines changed

3 files changed

+199
-275
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,19 @@
5151
},
5252
"devDependencies": {
5353
"@types/hyperscript": "0.0.4",
54+
"@types/node": "^18.0.0",
5455
"@types/react": "^18.0.0",
5556
"@types/react-dom": "^18.0.0",
56-
"@types/tape": "^4.0.0",
5757
"@types/virtual-dom": "^2.0.0",
5858
"c8": "^7.0.0",
5959
"hast-util-from-html": "^1.0.0",
60+
"hastscript": "^7.0.0",
6061
"hyperscript": "^2.0.0",
6162
"prettier": "^2.0.0",
6263
"react": "^18.0.0",
6364
"react-dom": "^18.0.0",
6465
"remark-cli": "^11.0.0",
6566
"remark-preset-wooorm": "^9.0.0",
66-
"tape": "^5.0.0",
6767
"type-coverage": "^2.0.0",
6868
"typescript": "^4.0.0",
6969
"unist-builder": "^3.0.0",

0 commit comments

Comments
 (0)