From 41ba1a14581348542c28a2586e4c6269e14a0761 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrg=C3=BCn=20Day=C4=B1o=C4=9Flu?= Date: Tue, 26 Mar 2024 08:00:48 +0100 Subject: [PATCH] prepare CI (#138) --- .github/workflows/ci.yml | 2 +- package.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 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 1e40739..472cfe5 100644 --- a/package.json +++ b/package.json @@ -34,13 +34,13 @@ }, "homepage": "https://github.com/fastify/fastify-caching#readme", "devDependencies": { - "@fastify/pre-commit": "^2.0.2", - "@types/node": "^20.6.1", - "fastify": "^4.23.2", + "@fastify/pre-commit": "^2.1.0", + "@types/node": "^20.11.25", + "fastify": "^4.26.2", "snazzy": "^9.0.0", "standard": "^17.1.0", - "tap": "^16.3.8", - "tsd": "^0.30.0" + "tap": "^18.7.0", + "tsd": "^0.30.7" }, "dependencies": { "abstract-cache": "^1.0.1",