Skip to content

Commit

Permalink
Update for Fastify v5 (#103)
Browse files Browse the repository at this point in the history
* update script

* up
  • Loading branch information
gurgunday authored Apr 19, 2024
1 parent 1a305d8 commit 515997f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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@v3
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.1.0
with:
license-check: true
lint: true
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@
},
"homepage": "https://github.com/fastify/fastify-warning#readme",
"devDependencies": {
"@fastify/pre-commit": "^2.1.0",
"benchmark": "^2.1.4",
"jest": "^29.0.1",
"standard": "^17.0.0",
"tap": "^16.3.0",
"jest": "^29.7.0",
"standard": "^17.1.0",
"tap": "^18.7.2",
"tsd": "^0.31.0"
}
}

0 comments on commit 515997f

Please sign in to comment.