From 01d413d4f832dc57c0b1b2616ac37d3be8a553a5 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 15 Oct 2024 16:16:58 +0200 Subject: [PATCH] drop old nodes Signed-off-by: Matteo Collina --- .github/workflows/ci.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e2d5f9..186783f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,14 +40,10 @@ jobs: contents: read strategy: matrix: - node-version: [14, 16, 18.17, 20, 22] + node-version: [18.17, 20, 22] os: [ubuntu-latest] - pino-version: [8.20.0, ^8.21.0, ^9.0.0] - exclude: - - node-version: 14 - pino-version: ^9.0.0 - - node-version: 16 - pino-version: ^9.0.0 + pino-version: [^9.0.0] + steps: - name: Check out repo uses: actions/checkout@v4