From 72d61f985824a8fd05b4558e1f76676cff0a0fcd Mon Sep 17 00:00:00 2001 From: Kanad Gupta Date: Wed, 24 Apr 2024 16:15:10 -0500 Subject: [PATCH] ci: run against maintenance + lts + latest --- .github/workflows/ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9cbff1c55..d4d37e189 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,12 @@ jobs: fail-fast: false matrix: node-version: - - 18 - - 20 + # see the following: + # https://github.com/actions/setup-node?tab=readme-ov-file#supported-version-syntax + # https://github.com/nvm-sh/nvm/issues/1998#issuecomment-594958684 + - lts/-1 + - lts/* + - latest steps: - uses: actions/checkout@v4