Skip to content

Commit

Permalink
Merge next into master (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: Matteo Gesmundo <[email protected]>
  • Loading branch information
jsumners and Gesma94 authored Jul 13, 2024
1 parent 17a7c89 commit 231767d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 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: 3 additions & 4 deletions .taprc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
ts: false
jsx: false
flow: false
coverage: true
show-full-coverage: true
plugin:
- "!@tapjs/typescript"
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
},
"homepage": "https://github.com/fastify/forwarded#readme",
"devDependencies": {
"@types/node": "^20.1.0",
"@types/node": "^20.14.9",
"benchmark": "2.1.4",
"standard": "^17.0.0",
"tap": "^16.0.0",
"tsd": "^0.31.0"
"standard": "^17.1.0",
"tap": "^18.8.0",
"tsd": "^0.31.1"
},
"types": "types/index.d.ts",
"files": [
Expand Down

0 comments on commit 231767d

Please sign in to comment.