Skip to content

Commit

Permalink
Merge next into master (#33)
Browse files Browse the repository at this point in the history
* update for Fastify v5 (#30)

* update for v5

* add pre-commit

* package-manager v4

* revert change

* remove engines field

* workflows: extend the test range (#32)

* test for lts from 14 to 20

* test from 16

* update

* update for Fastify v5 (#30)

* update for v5

* add pre-commit

* package-manager v4

* revert change

* remove engines field

* workflows: extend the test range (#32)

* test for lts from 14 to 20

* test from 16

* update

* update ci

---------

Co-authored-by: Gürgün Dayıoğlu <[email protected]>
  • Loading branch information
jsumners and gurgunday authored Jul 5, 2024
1 parent cda0ebb commit bdf5cf8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 25 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.1
with:
license-check: true
lint: true
node-versions: '["18", "20", "22"]'
20 changes: 0 additions & 20 deletions .github/workflows/package-manager-ci.yml

This file was deleted.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,12 @@
"author": "Aras Abbasi",
"license": "MIT",
"devDependencies": {
"@fastify/pre-commit": "^2.1.0",
"benchmark": "2.1.4",
"standard": "17.1.0",
"tap": "^16.3.0",
"tap": "^18.7.2",
"tsd": "^0.31.0"
},
"engines": {
"node": ">=14"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fastify/accept-negotiator.git"
Expand Down

0 comments on commit bdf5cf8

Please sign in to comment.