minimal-setup #2

Open
Tobi wants to merge 40 commits from minimal-setup into develop
Showing only changes of commit 7683a9bbf6 - Show all commits

View File

@@ -13,33 +13,13 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Install bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.3
- name: Install dependencies
run: bun install
- 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
run: bun ci
- name: Build app
run: bun --bun run build