Skip to content

Commit

Permalink
Fix node setup
Browse files Browse the repository at this point in the history
  • Loading branch information
x0k committed Jun 15, 2024
1 parent b18011c commit cb61701
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,19 @@ jobs:
- name: Checkout your repository using git
uses: actions/checkout@v4

- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9

- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm

- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9
run_install: true
- name: Install dependencies
run: pnpm install

- name: Build
run: pnpm run build
Expand Down

0 comments on commit cb61701

Please sign in to comment.