From 5ed26935a0ba42aee5f8060124e7b4bcb435744d Mon Sep 17 00:00:00 2001 From: tknickman Date: Tue, 16 Jan 2024 10:12:01 -0500 Subject: [PATCH] Include node 20 as well --- .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 3014918..52b4fdb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x] + node-version: [16.x, 18.x, 20.x] steps: - name: Checkout