Skip to content

Commit

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

* upgrade for fastify 5

* Fixed typo

* removed engine field

* workflows:pin node versions to lts (#154)

* pin node versions to lts

* Update .github/workflows/ci.yml

Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day>

* Update .github/workflows/ci.yml

Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day>

* Update .github/workflows/ci.yml

Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day>

---------

Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day>

* Update for Fastify v5 (#150)

* upgrade for fastify 5

* Fixed typo

* removed engine field

* workflows:pin node versions to lts (#154)

* pin node versions to lts

* Update .github/workflows/ci.yml

Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day>

* Update .github/workflows/ci.yml

Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day>

* Update .github/workflows/ci.yml

Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day>

---------

Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day>

---------

Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day>
Co-authored-by: Cristian Barlutiu <cristian.barlutiu@gmail.com>
Co-authored-by: Gürgün Dayıoğlu <hey@gurgun.day>
  • Loading branch information
3 people committed Jul 9, 2024
1 parent 8080532 commit e41d21e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:

jobs:
test:
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5.0.0
with:
license-check: true
node-versions: '["20", "22"]'
5 changes: 2 additions & 3 deletions .taprc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
disable-coverage: true
files:
- test/**/*.test.js

coverage: false
- test/**/*.test.js
15 changes: 6 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,16 @@
"test:coverage": "nyc npm run test",
"test": "npm run test:mocha"
},
"engines": {
"node": ">=14"
},
"devDependencies": {
"@types/node": "^20.1.0",
"busboy": "^1.0.0",
"@types/node": "^20.11.30",
"busboy": "^1.6.0",
"photofinish": "^1.8.0",
"snazzy": "^9.0.0",
"standard": "^17.0.0",
"tap": "^16.3.8",
"tinybench": "^2.5.1",
"standard": "^17.1.0",
"tap": "^18.7.1",
"tinybench": "^2.6.0",
"tsd": "^0.31.0",
"typescript": "^5.0.2"
"typescript": "^5.4.3"
},
"keywords": [
"uploads",
Expand Down

0 comments on commit e41d21e

Please sign in to comment.