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 582b22c commit de9f8a7Copy full SHA for de9f8a7
.github/workflows/main.yml
@@ -17,5 +17,5 @@ jobs:
17
strategy:
18
matrix:
19
node:
20
- - lts/fermium
+ - lts/gallium
21
- node
package.json
@@ -49,15 +49,14 @@
49
"vfile-message": "^3.0.0"
50
},
51
"devDependencies": {
52
- "@types/tape": "^4.0.0",
+ "@types/node": "^18.0.0",
53
"acorn": "^8.0.0",
54
"c8": "^7.0.0",
55
"micromark-extension-mdx-jsx": "^1.0.0",
56
"micromark-extension-mdx-md": "^1.0.0",
57
"prettier": "^2.0.0",
58
"remark-cli": "^11.0.0",
59
"remark-preset-wooorm": "^9.0.0",
60
- "tape": "^5.0.0",
61
"type-coverage": "^2.0.0",
62
"typescript": "^4.0.0",
63
"xo": "^0.53.0"
0 commit comments