Skip to content

Commit

Permalink
Update mbb-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sweetbrulee committed Sep 15, 2024
1 parent 02f15a9 commit d48319a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/mbb-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
run_install: false
- name: Set up Node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit d48319a

Please sign in to comment.