Skip to content

Commit

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

* add pre-commit

* package-manager v4

* revert change

* remove engines field
  • Loading branch information
gurgunday authored Feb 28, 2024
1 parent 53f8064 commit 60edb77
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 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
2 changes: 1 addition & 1 deletion .github/workflows/package-manager-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ on:

jobs:
test:
uses: fastify/workflows/.github/workflows/plugins-ci-package-manager.yml@v3
uses: fastify/workflows/.github/workflows/plugins-ci-package-manager.yml@v4.1.0
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,11 @@
"author": "Aras Abbasi",
"license": "MIT",
"devDependencies": {
"@fastify/pre-commit": "^2.1.0",
"benchmark": "2.1.4",
"standard": "17.1.0",
"tap": "^16.3.0",
"tsd": "^0.30.0"
},
"engines": {
"node": ">=14"
"tap": "^18.7.0",
"tsd": "^0.30.7"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 60edb77

Please sign in to comment.