Skip to content

Commit

Permalink
Updated deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSK23 committed Jun 13, 2024
1 parent 777319f commit 8cc2a79
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,15 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 20
- name: install pnpm
run: npm install -g pnpm
cache: 'pnpm'
- name: Install dependencies
run: pnpm i --frozen-lockfile
- name: Build
Expand Down

0 comments on commit 8cc2a79

Please sign in to comment.