From 1a597820a401b1e3552dc9e2a6a783e8be760500 Mon Sep 17 00:00:00 2001 From: ranieri innocenti Date: Mon, 9 Oct 2023 17:32:50 +0200 Subject: [PATCH] Updating for v9: update dependencies and CI --- .github/workflows/ci.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77fc889..0697de9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [14, 16, 18] + node-version: [18, 20] steps: - name: Check out repo uses: actions/checkout@v4 diff --git a/package.json b/package.json index 5058e95..19b9ae3 100644 --- a/package.json +++ b/package.json @@ -32,8 +32,8 @@ "test-types" ], "devDependencies": { + "@fastify/pre-commit": "^2.0.2", "@types/node": "^20.1.0", - "pre-commit": "^1.2.2", "snazzy": "^9.0.0", "standard": "^17.0.0", "tap": "^15.0.10",