From 29d17cab3017311a127d7290df655f5b0f5ed92b Mon Sep 17 00:00:00 2001 From: Christian Rackerseder Date: Thu, 13 Jul 2023 11:27:36 +0200 Subject: [PATCH] ci: remove Node.js v14 in 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 fa07cad6..b9e9e483 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14, 16, 18, 20] + node-version: [16, 18, 20] name: Use Node.js v${{ matrix.node-version }} steps: - uses: actions/checkout@v3