Skip to content

Commit

Permalink
Update for Fastify v5 (#150)
Browse files Browse the repository at this point in the history
* upgrade for fastify 5

* Fixed typo

* removed engine field
  • Loading branch information
synapse authored Mar 22, 2024
1 parent 0740e48 commit fa20420
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ on:

jobs:
test:
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.1.0
with:
license-check: true
5 changes: 2 additions & 3 deletions .taprc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
disable-coverage: true
files:
- test/**/*.test.js

coverage: false
- test/**/*.test.js
17 changes: 7 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,16 @@
"test:coverage": "nyc npm run test",
"test": "npm run test:mocha"
},
"engines": {
"node": ">=14"
},
"devDependencies": {
"@types/node": "^20.1.0",
"busboy": "^1.0.0",
"@types/node": "^20.11.30",
"busboy": "^1.6.0",
"photofinish": "^1.8.0",
"snazzy": "^9.0.0",
"standard": "^17.0.0",
"tap": "^16.3.8",
"tinybench": "^2.5.1",
"tsd": "^0.30.0",
"typescript": "^5.0.2"
"standard": "^17.1.0",
"tap": "^18.7.1",
"tinybench": "^2.6.0",
"tsd": "^0.30.7",
"typescript": "^5.4.3"
},
"keywords": [
"uploads",
Expand Down

0 comments on commit fa20420

Please sign in to comment.