Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Apr 15, 2024
1 parent eecd672 commit e5eda41
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
- uses: actions/checkout@v3
- run: corepack enable
- uses: actions/setup-node@v3
uses: actions/checkout@v3

- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18
cache: "pnpm"

- name: Install
- run: pnpm install
run: pnpm install

- name: Build
run: |
Expand Down

0 comments on commit e5eda41

Please sign in to comment.