From 63543b4af583734579b3c0a3e7c3299966663e96 Mon Sep 17 00:00:00 2001 From: Sai Sanjay Kottakota <97831658+sanjay7178@users.noreply.github.com> Date: Wed, 8 May 2024 22:50:23 +0530 Subject: [PATCH] Update action.yml --- .github/workflows/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index a5fe3c6..f7bd4f7 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -20,6 +20,10 @@ jobs: with: node-version: 18 + - name: Install packages + run: npm install + shell: /usr/bin/bash --noprofile --norc -e -o pipefail + - name: Install packages run: npm ci