From 458cfac5d0c4be1fe28df5d06055d79926ae25a5 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Wed, 17 Apr 2024 15:50:40 +0200 Subject: [PATCH] ci: remove node 16 from test matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f58f046..e7eb4cb4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [16, 18, 20] + node: [18, 20] steps: - uses: actions/checkout@v4 with: