This commit is contained in:
@@ -34,12 +34,13 @@ jobs:
|
||||
with:
|
||||
node-version: '22'
|
||||
- name: Set up Bun
|
||||
uses: oven-sh/setup-bun@v1
|
||||
uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version: 'latest' # или укажите конкретную версию, например, '1.0.0'
|
||||
|
||||
- name: install dependencies
|
||||
run: |
|
||||
npm install -g corepack@latest && corepack enable
|
||||
corepack enable pnpm && corepack use pnpm@9.15.0
|
||||
pnpm deploy --filter ./apps/frontend build/frontend
|
||||
|
||||
|
||||
Reference in New Issue
Block a user