From 53d9d8419b4a3d7b6c19be98c0995aad94851fe1 Mon Sep 17 00:00:00 2001 From: Matt Basta Date: Fri, 1 Aug 2025 12:57:36 -0400 Subject: [PATCH] Update node version matrix --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2b5b154e..b22c45e0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 17.x] + node-version: [18.x, 20.x, 22.x] runs-on: ubuntu-latest