From 89d8faec210ee9fcb302da9fc64f3c29b0e57cb2 Mon Sep 17 00:00:00 2001 From: Olivier Louvignes Date: Mon, 15 Apr 2024 10:56:47 +0200 Subject: [PATCH] feat(update): minor changes --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7e26bec..3fab784 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: ["lts/-1", "lts/*"] + node: ["lts/-2", "lts/-1", "lts/*"] name: Test on node@v${{ matrix.node }} steps: - name: Checkout 🛎️ @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: ["lts/-1", "lts/*"] + node: ["lts/-2", "lts/-1", "lts/*"] name: Build on node@v${{ matrix.node }} steps: - name: Checkout 🛎️