From fb5ca43691c0568e43fb93ea62ba94deddeb52e2 Mon Sep 17 00:00:00 2001 From: foxriver76 Date: Wed, 27 Nov 2024 12:52:16 +0100 Subject: [PATCH] remove node 16 test --- .github/workflows/test-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 3610f46..0aa2532 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -18,7 +18,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [16.x, 18.x, 20.x, 22.x] + node-version: [18.x, 20.x, 22.x] os: [ubuntu-latest, windows-latest, macos-latest] steps: - uses: actions/checkout@v1