Skip to content

Commit

Permalink
Prep for fastify@5 (#128)
Browse files Browse the repository at this point in the history
* Prep for fastify@5

* update workflow
  • Loading branch information
jsumners authored Jun 29, 2024
1 parent c888e7e commit 6d2bbf0
Show file tree
Hide file tree
Showing 2 changed files with 4 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.2.1
with:
license-check: true
lint: true
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"homepage": "https://github.com/fastify/fastify-leveldb#readme",
"dependencies": {
"encoding-down": "^7.0.0",
"fastify-plugin": "^4.0.0",
"fastify-plugin": "^5.0.0-pre.fv5.1",
"leveldown": "^6.0.0",
"levelup": "^5.0.0"
},
"devDependencies": {
"@fastify/pre-commit": "^2.0.2",
"@fastify/pre-commit": "^2.1.0",
"@types/levelup": "^5.1.0",
"fastify": "^4.0.0-rc.3",
"fastify": "^5.0.0-alpha.3",
"memdown": "^6.0.0",
"rimraf": "^5.0.0",
"standard": "^17.0.0",
Expand Down

0 comments on commit 6d2bbf0

Please sign in to comment.