From 2cc1c8313e43fbbc439a42e8dfcebccbb5c96591 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 13 May 2023 23:05:50 -0700 Subject: [PATCH] chore: update test matrix to drop 14 and add 20 BREAKING CHANGE: Drop support for Node.js 14 --- .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 26f2f186..21fbac89 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,9 +18,9 @@ jobs: fail-fast: false matrix: node: - - 14 - 16 - 18 + - 20 steps: - name: Clone repository