From e5b0cecce940f8681b544b29754f12c0103f1afc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josh=20Goldberg=20=E2=9C=A8?= Date: Thu, 4 Jul 2024 12:14:26 -0400 Subject: [PATCH] chore: bump CI Node versions to 18, 20, and 22 (LTS) (#95) --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5af45d5..883d142 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,9 +16,9 @@ jobs: strategy: matrix: node: - - 14 - - 16 - 18 + - 20 + - 22 steps: - uses: actions/setup-node@v1 with: