mirror of
https://github.com/MbinOrg/mbin-website.git
synced 2025-07-17 07:29:00 +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
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
|
- name: Setup pnpm
|
||||||
|
uses: pnpm/action-setup@v3
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
- name: Build with Next.js
|
- name: Build with Next.js
|
||||||
|
|
Loading…
Add table
Reference in a new issue