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 fdafdbe commit d21aea3Copy full SHA for d21aea3
.github/workflows/ci.yml
@@ -13,3 +13,5 @@ on:
13
jobs:
14
test:
15
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3
16
+ with:
17
+ auto-merge-exclude: 'chalk'
package.json
@@ -35,7 +35,7 @@
35
"devDependencies": {
36
"@sinclair/typebox": "^0.23.3",
37
"benchmark": "^2.1.4",
38
- "chalk": "^5.0.1",
+ "chalk": "^4.1.2",
39
"compile-json-stringify": "^0.1.2",
40
"inquirer": "^8.2.4",
41
"is-my-json-valid": "^2.20.0",
0 commit comments