From eb47894d85c12655925364c739c294e28537f8cc Mon Sep 17 00:00:00 2001 From: Dom Webber Date: Thu, 4 Jan 2024 11:10:26 +0000 Subject: [PATCH] ci: update version matrix to only test supported node versions --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b432cb1..52226bc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [16.x, 17.x, 18.x, 19.x, 20.x, 21.x] + node-version: [18.x, 19.x, 20.x, 21.x] shard: [1/1] name: Node v${{ matrix.node-version }} on ${{ inputs.os }} ${{ matrix.shard }}