From 1276e2b3e821f609e56f5c7735eee0dde2074800 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 1 Aug 2023 07:50:57 -0400 Subject: [PATCH] Test in Node 20, but not Node 17 (#357) * Test in Node 20, but not Node 17 * empty commit * empty commit --- .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 87a991d8..07b2540b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,9 +23,9 @@ jobs: matrix: node: - 16 - - 17 - 18 - 19 + - 20 steps: - name: Check out repo uses: actions/checkout@v3