Skip to content

Commit d665d69

Browse files
jsumnerssynapse
andauthored
Merge next into master (#127)
* upgrade for fastify 5 * removed disable coverage Co-authored-by: Cristian Barlutiu <[email protected]>
1 parent 7d74463 commit d665d69

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
jobs:
1919
test:
20-
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3
20+
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.1.0
2121
with:
2222
license-check: true
2323
lint: true

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"homepage": "https://github.com/fastify/fastify-error#readme",
3131
"devDependencies": {
3232
"benchmark": "^2.1.4",
33-
"standard": "^17.0.0",
34-
"tap": "^16.0.0",
33+
"standard": "^17.1.0",
34+
"tap": "^18.7.1",
3535
"tsd": "^0.31.0"
3636
},
3737
"tsd": {

0 commit comments

Comments
 (0)