From 500ecb431828e7b11dc6a836ea47b7d61cdd48ac Mon Sep 17 00:00:00 2001 From: Harsh Raj Srivastav <114308429+Harsh-Srivastav123@users.noreply.github.com> Date: Sun, 28 Apr 2024 11:32:47 +0530 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f6e673f..0f31145 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -52,12 +52,11 @@ jobs: uses: actions/setup-node@v2 with: node-version: '16' + cache: 'npm' - name: Install dependencies - run: | - npm install - npm install -g npm@latest - + run: npm install + - name: Build run: npm run build