Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsh-Srivastav123 authored Apr 28, 2024
1 parent 075faf2 commit 500ecb4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 500ecb4

Please sign in to comment.