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 9d61011 commit e6b6b3cCopy full SHA for e6b6b3c
.github/workflows/main.yml
@@ -17,5 +17,5 @@ jobs:
17
strategy:
18
matrix:
19
node:
20
- - lts/fermium
+ - lts/gallium
21
- node
package.json
@@ -41,12 +41,11 @@
41
"xastscript": "^3.0.0"
42
},
43
"devDependencies": {
44
- "@types/tape": "^4.0.0",
+ "@types/node": "^18.0.0",
45
"c8": "^7.0.0",
46
"prettier": "^2.0.0",
47
"remark-cli": "^11.0.0",
48
"remark-preset-wooorm": "^9.0.0",
49
- "tape": "^5.0.0",
50
"type-coverage": "^2.0.0",
51
"typescript": "^4.0.0",
52
"xast-util-to-xml": "^3.0.0",
0 commit comments