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.
next
master
1 parent 7d74463 commit d665d69Copy full SHA for d665d69
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ on:
17
18
jobs:
19
test:
20
- uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3
+ uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.1.0
21
with:
22
license-check: true
23
lint: true
package.json
@@ -30,8 +30,8 @@
30
"homepage": "https://github.com/fastify/fastify-error#readme",
31
"devDependencies": {
32
"benchmark": "^2.1.4",
33
- "standard": "^17.0.0",
34
- "tap": "^16.0.0",
+ "standard": "^17.1.0",
+ "tap": "^18.7.1",
35
"tsd": "^0.31.0"
36
},
37
"tsd": {
0 commit comments