Skip to content

Commit

Permalink
upgrade for fastify 5 (#238)
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Barlutiu <[email protected]>
  • Loading branch information
synapse authored Mar 22, 2024
1 parent 87f20ab commit e15b667
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
test:
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.0.0
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.1.0
with:
lint: true
license-check: true
2 changes: 2 additions & 0 deletions .taprc
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
files:
- test/**/*.js
plugin:
- "!@tapjs/typescript"
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"devDependencies": {
"@fastify/pre-commit": "^2.1.0",
"@fastify/type-provider-typebox": "^4.0.0",
"@types/node": "^20.11.20",
"fastify": "^4.26.1",
"@types/node": "^20.11.30",
"fastify": "^4.26.2",
"proxyquire": "^2.1.3",
"standard": "^17.1.0",
"tap": "^18.7.0",
"tsd": "^0.30.6"
"tap": "^18.7.1",
"tsd": "^0.30.7"
}
}

0 comments on commit e15b667

Please sign in to comment.