Skip to content

Commit e41d21e

Browse files
jsumnerssynapsegurgunday
authored
Merge next into master (#160)
* 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 <[email protected]> * Update .github/workflows/ci.yml Signed-off-by: Gürgün Dayıoğlu <[email protected]> * Update .github/workflows/ci.yml Signed-off-by: Gürgün Dayıoğlu <[email protected]> --------- Signed-off-by: Gürgün Dayıoğlu <[email protected]> * 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 <[email protected]> * Update .github/workflows/ci.yml Signed-off-by: Gürgün Dayıoğlu <[email protected]> * Update .github/workflows/ci.yml Signed-off-by: Gürgün Dayıoğlu <[email protected]> --------- Signed-off-by: Gürgün Dayıoğlu <[email protected]> --------- Signed-off-by: Gürgün Dayıoğlu <[email protected]> Co-authored-by: Cristian Barlutiu <[email protected]> Co-authored-by: Gürgün Dayıoğlu <[email protected]>
1 parent 8080532 commit e41d21e

File tree

3 files changed

+10
-13
lines changed

3 files changed

+10
-13
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717

1818
jobs:
1919
test:
20-
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3
20+
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5.0.0
2121
with:
2222
license-check: true
23+
node-versions: '["20", "22"]'

.taprc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1+
disable-coverage: true
12
files:
2-
- test/**/*.test.js
3-
4-
coverage: false
3+
- test/**/*.test.js

package.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,16 @@
3232
"test:coverage": "nyc npm run test",
3333
"test": "npm run test:mocha"
3434
},
35-
"engines": {
36-
"node": ">=14"
37-
},
3835
"devDependencies": {
39-
"@types/node": "^20.1.0",
40-
"busboy": "^1.0.0",
36+
"@types/node": "^20.11.30",
37+
"busboy": "^1.6.0",
4138
"photofinish": "^1.8.0",
4239
"snazzy": "^9.0.0",
43-
"standard": "^17.0.0",
44-
"tap": "^16.3.8",
45-
"tinybench": "^2.5.1",
40+
"standard": "^17.1.0",
41+
"tap": "^18.7.1",
42+
"tinybench": "^2.6.0",
4643
"tsd": "^0.31.0",
47-
"typescript": "^5.0.2"
44+
"typescript": "^5.4.3"
4845
},
4946
"keywords": [
5047
"uploads",

0 commit comments

Comments
 (0)