Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Swizelhq authored Sep 12, 2024
1 parent 9525887 commit f7b52a5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,12 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: "20"

- name: Install pnpm
run: npm install -g pnpm

- name: Install all dependencies
run: pnpm install
run: npm install

- name: Build artifacts
run: pnpm run build
run: npm run build

- name: Upload to cpanel
uses: SamKirkland/[email protected]
Expand Down

0 comments on commit f7b52a5

Please sign in to comment.