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 83693ac..848aa2a 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", - "tsd": "^0.30.0", - "typescript": "^5.0.2" + "standard": "^17.1.0", + "tap": "^18.7.1", + "tinybench": "^2.6.0", + "tsd": "^0.30.7", + "typescript": "^5.4.3" }, "keywords": [ "uploads",