From d349842040bebd072252917444dc002360ca096a Mon Sep 17 00:00:00 2001 From: dnlup Date: Thu, 2 Nov 2023 09:51:15 +0100 Subject: [PATCH] ci: remove node 16 from matrix --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 877fc7a..928d613 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x] runs-on: ${{ matrix.os }}