From 3dc5bdfa49f6776c4e2998bf577f078170943354 Mon Sep 17 00:00:00 2001 From: Naba Kumar Das Date: Sat, 27 Jan 2024 00:49:34 +0530 Subject: [PATCH] Update Dalichecklist.yaml --- .github/workflows/Dalichecklist.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Dalichecklist.yaml b/.github/workflows/Dalichecklist.yaml index a942da2..e360acf 100644 --- a/.github/workflows/Dalichecklist.yaml +++ b/.github/workflows/Dalichecklist.yaml @@ -12,7 +12,7 @@ jobs: NodeJS-AMD64: strategy: matrix: - pv: ["8.2"] + pv: ["8.2", "8.1", "8.0", "7.4", "7.3", "7.2", "7.1"] runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -81,7 +81,7 @@ jobs: NodeJS-ARM64: strategy: matrix: - pv: ["8.2"] + pv: ["8.2", "8.1", "8.0", "7.4", "7.3", "7.2", "7.1"] runs-on: ubuntu-22.04 name: NodeJS-ARM64 steps: