From c688d189cff54375a6bb25f6221512ef004bf2e1 Mon Sep 17 00:00:00 2001 From: Shalitha Suranga Date: Mon, 18 Mar 2024 20:22:05 +0530 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d11807b..10495af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x] + node-version: [14.21.x, 16.x] steps: - uses: actions/checkout@v3