Skip to content

Commit 8b64821

Browse files
committed
Use Node test runner
1 parent aa1fb77 commit 8b64821

File tree

3 files changed

+104
-110
lines changed

3 files changed

+104
-110
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
@@ -62,7 +62,7 @@
6262
"@babel/plugin-transform-react-jsx": "^7.0.0",
6363
"@types/babel__core": "^7.0.0",
6464
"@types/babel__generator": "^7.0.0",
65-
"@types/tape": "^4.0.0",
65+
"@types/node": "^18.0.0",
6666
"@vue/babel-plugin-jsx": "^1.0.0",
6767
"acorn-jsx": "^5.0.0",
6868
"c8": "^7.0.0",
@@ -78,7 +78,6 @@
7878
"prettier": "^2.0.0",
7979
"remark-cli": "^11.0.0",
8080
"remark-preset-wooorm": "^9.0.0",
81-
"tape": "^5.0.0",
8281
"type-coverage": "^2.0.0",
8382
"typescript": "^4.0.0",
8483
"unist-util-visit": "^4.0.0",

0 commit comments

Comments
 (0)