We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbea2d5 commit 767ef62Copy full SHA for 767ef62
.github/workflows/main.yml
@@ -17,5 +17,5 @@ jobs:
17
strategy:
18
matrix:
19
node:
20
- - lts/fermium
+ - lts/hydrogen
21
- node
package.json
@@ -47,13 +47,12 @@
47
"zwitch": "^2.0.0"
48
},
49
"devDependencies": {
50
- "@types/tape": "^4.0.0",
+ "@types/node": "^18.0.0",
51
"c8": "^7.0.0",
52
"mdast-util-from-markdown": "^1.0.0",
53
"prettier": "^2.0.0",
54
"remark-cli": "^11.0.0",
55
"remark-preset-wooorm": "^9.0.0",
56
- "tape": "^5.0.0",
57
"type-coverage": "^2.0.0",
58
"typescript": "^4.0.0",
59
"unist-util-remove-position": "^4.0.0",
0 commit comments