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 b67f047 commit 2f27062Copy full SHA for 2f27062
.github/workflows/main.yml
@@ -17,5 +17,5 @@ jobs:
17
strategy:
18
matrix:
19
node:
20
- - lts/fermium
+ - lts/gallium
21
- node
package.json
@@ -55,7 +55,7 @@
55
"uvu": "^0.5.0"
56
},
57
"devDependencies": {
58
- "@types/tape": "^4.0.0",
+ "@types/node": "^18.0.0",
59
"c8": "^7.0.0",
60
"commonmark.json": "^0.30.0",
61
"esbuild": "^0.17.0",
@@ -67,7 +67,6 @@
67
"prettier": "^2.0.0",
68
"remark-cli": "^11.0.0",
69
"remark-preset-wooorm": "^9.0.0",
70
- "tape": "^5.0.0",
71
"terser": "^5.0.0",
72
"type-coverage": "^2.0.0",
73
"typescript": "^4.0.0",
0 commit comments