From 94b0dd866d1da3c1b8f90f7bb3b189c99fc4f328 Mon Sep 17 00:00:00 2001 From: Cristian Barlutiu Date: Fri, 22 Mar 2024 11:43:51 +0100 Subject: [PATCH] Update for Fastify v5 (#150) * upgrade for fastify 5 * Fixed typo * removed engine field --- .github/workflows/ci.yml | 2 +- .taprc | 5 ++--- package.json | 15 ++++++--------- 3 files changed, 9 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index babd56d..444baa7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,6 @@ 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 diff --git a/.taprc b/.taprc index 30a802b..4e0cdc0 100644 --- a/.taprc +++ b/.taprc @@ -1,4 +1,3 @@ +disable-coverage: true files: - - test/**/*.test.js - -coverage: false \ No newline at end of file + - test/**/*.test.js \ No newline at end of file diff --git a/package.json b/package.json index f0d9336..387c687 100644 --- a/package.json +++ b/package.json @@ -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",