From 97a04f812c8ba8134c56d39cede707d256b056fb Mon Sep 17 00:00:00 2001 From: Cristian Barlutiu Date: Mon, 25 Mar 2024 11:10:32 +0100 Subject: [PATCH] Update for Fastify v5 (#125) * upgrade for fastify 5 * removed disable coverage --- .github/workflows/ci.yml | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b00276..5395d92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ 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 lint: true diff --git a/package.json b/package.json index 40a7721..dce6d6d 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,8 @@ "homepage": "https://github.com/fastify/fastify-error#readme", "devDependencies": { "benchmark": "^2.1.4", - "standard": "^17.0.0", - "tap": "^16.0.0", + "standard": "^17.1.0", + "tap": "^18.7.1", "tsd": "^0.31.0" }, "tsd": {