This commit is contained in:
@@ -13,33 +13,13 @@ jobs:
|
|||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Node.js
|
|
||||||
uses: actions/setup-node@v4
|
|
||||||
with:
|
|
||||||
node-version: '22'
|
|
||||||
|
|
||||||
- name: Install bun
|
- name: Install bun
|
||||||
uses: oven-sh/setup-bun@v2
|
uses: oven-sh/setup-bun@v2
|
||||||
with:
|
with:
|
||||||
bun-version: 1.3.3
|
bun-version: 1.3.3
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bun install
|
run: bun ci
|
||||||
|
|
||||||
- name: Is vite there?
|
|
||||||
run: ls node_modules/vite
|
|
||||||
|
|
||||||
- name: Is file where it should be?
|
|
||||||
run: ls node_modules/vite/bin
|
|
||||||
|
|
||||||
- name: Is node cli there?
|
|
||||||
run: ls node_modules/vite/dist/node
|
|
||||||
|
|
||||||
- name: Which node version?
|
|
||||||
run: node -v
|
|
||||||
|
|
||||||
# - name: Install dependencies
|
|
||||||
# run: npm ci
|
|
||||||
|
|
||||||
- name: Build app
|
- name: Build app
|
||||||
run: bun --bun run build
|
run: bun --bun run build
|
||||||
|
|||||||
Reference in New Issue
Block a user