Skip to content

Commit

Permalink
Updates for fastify v5 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrayburn-tech authored and jsumners committed Jul 13, 2024
1 parent 48edd51 commit eecc51a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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@29329a13c391edeae7d2aa401cbf7664ef830393
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@29329a13c391edeae7d2aa401cbf7664ef830393
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"busboy": "^1.6.0",
"content-type": "^1.0.4",
"standard": "^17.0.0",
"tap": "^16.3.2",
"tap": "16.3.9",
"tsd": "^0.31.0"
},
"pre-commit": [
Expand Down

0 comments on commit eecc51a

Please sign in to comment.