We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 607d79d commit 71a71e4Copy full SHA for 71a71e4
.github/workflows/main.yml
@@ -17,5 +17,5 @@ jobs:
17
strategy:
18
matrix:
19
node:
20
- - lts/fermium
+ - lts/gallium
21
- node
package.json
@@ -46,12 +46,11 @@
46
"unist-util-visit": "^4.0.0"
47
},
48
"devDependencies": {
49
- "@types/tape": "^4.0.0",
+ "@types/node": "^18.0.0",
50
"c8": "^7.0.0",
51
"prettier": "^2.0.0",
52
"remark-cli": "^11.0.0",
53
"remark-preset-wooorm": "^9.0.0",
54
- "tape": "^5.0.0",
55
"type-coverage": "^2.0.0",
56
"typescript": "^4.0.0",
57
"unist-builder": "^3.0.0",
0 commit comments