There was an error while loading. Please reload this page.
1 parent 3bf44c7 commit afd5841Copy full SHA for afd5841
.github/workflows/main.yml
@@ -17,5 +17,5 @@ jobs:
17
strategy:
18
matrix:
19
node:
20
- - lts/fermium
+ - lts/hydrogen
21
- node
package.json
@@ -61,7 +61,7 @@
61
"space-separated-tokens": "^2.0.0"
62
},
63
"devDependencies": {
64
- "@types/tape": "^4.0.0",
+ "@types/node": "^18.0.0",
65
"acorn-jsx": "^5.0.0",
66
"c8": "^7.0.0",
67
"esast-util-from-js": "^1.0.0",
@@ -71,7 +71,6 @@
71
"remark-cli": "^11.0.0",
72
"remark-preset-wooorm": "^9.0.0",
73
"svg-tag-names": "^3.0.0",
74
- "tape": "^5.0.0",
75
"tsd": "^0.25.0",
76
"type-coverage": "^2.0.0",
77
"typescript": "^4.0.0",
0 commit comments