mirror of
https://github.com/MbinOrg/mbin-website.git
synced 2025-07-16 15:08:58 +00:00
FIX: pnpm not setup in action
This commit is contained in:
parent
89cf424020
commit
33dddaff51
1 changed files with 2 additions and 0 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -31,6 +31,8 @@ jobs:
|
|||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v3
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
- name: Build with Next.js
|
||||
|
|
Loading…
Add table
Reference in a new issue