Skip to content

Commit

Permalink
removed npm install as there is nothing to install
Browse files Browse the repository at this point in the history
  • Loading branch information
Saatwik-Mehta committed Feb 22, 2025
1 parent 859427a commit 280ef2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 280ef2e

Please sign in to comment.