From cbd7b6b310821897addb3143c38de0d301870a06 Mon Sep 17 00:00:00 2001 From: Vijay Sharma Date: Thu, 11 Jul 2024 13:36:57 -0400 Subject: [PATCH] Update node version to 18.20.4 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 239836b..df512d9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,6 +13,6 @@ jobs: with: node-version: 18.20.4 - name: Install dependencies - run: npm ci + run: npm install - name: Run tests run: npm test