From 6d4a9db7df3f5c53c6c674539efbc84349169f23 Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Wed, 4 Sep 2024 21:33:13 -0700 Subject: [PATCH] ci: expanding testing scope to node 22 --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55d46c5e..b9bd5eb4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,8 +13,9 @@ jobs: strategy: matrix: node-version: - - 18 - - 20 + - lts/-1 + - lts/* + - latest steps: - uses: actions/checkout@v4