From 280ef2e5d72b552b6a6a30e502473b85c21b826b Mon Sep 17 00:00:00 2001 From: Saatwik-Mehta Date: Sat, 22 Feb 2025 23:31:45 +0530 Subject: [PATCH] removed npm install as there is nothing to install --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6193de4..5bb7638 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - - run: npm install + # - run: npm install - name: serverless deploy uses: serverless/github-action@v4 with: