From 8cf1d7aa0b563cc871b5c69bafc7bf201d2283ed Mon Sep 17 00:00:00 2001 From: Gilmore Davidson Date: Wed, 14 Sep 2022 21:54:51 +1000 Subject: [PATCH] ci: Add another LTS version to Node.js testing matrix --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c735936b..9a1bf914 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,11 +14,12 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - # Use the latest version of Node.js, plus the 2 most recent LTS lines + # Use the latest version of Node.js, plus the 3 most recent LTS lines node-version: - latest - lts/* - lts/-1 + - lts/-2 # Probably EOL depending on release schedules, but still good to test steps: - uses: actions/checkout@v3