Skip to content

Commit

Permalink
Merge next into master (#105)
Browse files Browse the repository at this point in the history
* Update for Fastify v5 (#103)

* update script

* up

* workflows: use fastify/workflows and pin versions (#104)

* use library workflow

* start from node 16

* use fastify/workflows@4.2.0

---------

Co-authored-by: Gürgün Dayıoğlu <hey@gurgun.day>
  • Loading branch information
jsumners and gurgunday authored Jun 19, 2024
1 parent 1a305d8 commit 00839a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ on:

jobs:
test:
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.2.0
with:
license-check: true
lint: true
node-versions: '["16", "18", "20"]'
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 00839a5

Please sign in to comment.