Skip to content

Commit

Permalink
Change yarn to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikmehta8 authored Oct 25, 2024
1 parent 4b1e063 commit 7822339
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
cache: npm

- name: Install dependencies
run: yarn install --frozen-lockfile
run: yarn install
- name: Build website
run: yarn build
run: npm run build

- name: Upload Build Artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 7822339

Please sign in to comment.