We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e76a71 commit fc085f9Copy full SHA for fc085f9
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
matrix:
19
node-version:
20
- - '22.4'
+ - '22.15'
21
- '20.16'
22
os:
23
- macos-latest
package.json
@@ -55,7 +55,7 @@
55
"eslint": "^8.54.0",
56
"eslint-config-prettier": "^9.1.0",
57
"eslint-plugin-node": "^11.1.0",
58
- "markdownlint-cli2": "^0.14.0",
+ "markdownlint-cli2": "^0.17.0",
59
"prettier": "^3.2.5",
60
"typescript": "^5.4.5",
61
"vitest": "^3.0.6"
0 commit comments