From 29ee1650c05c005d307f8b0c7d2f7f13859183eb Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 31 Oct 2023 16:23:50 +0000 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 261bf71ad14..b552ffa6be3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: specs: [integ, unit] - node: [18, "*"] + node: [18, "lts/*", 21] steps: - name: Checkout code uses: actions/checkout@v4