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