Update CI #4
@ -14,14 +14,16 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: 🔧 Setup node
|
||||
uses: https://github.com/actions/setup-node@v3
|
||||
- name: 🔧 Setup bun
|
||||
uses: https://github.com/oven-sh/setup-bun@v1
|
||||
with:
|
||||
bun-version: "1.0.0"
|
||||
- name: 🧱 Install node packages
|
||||
run: npm ci
|
||||
run: bun i
|
||||
- name: ✅ svelte-check
|
||||
run: npm run check
|
||||
run: bun run check
|
||||
- name: 🔨 Build project
|
||||
run: npm run build
|
||||
run: bun run build
|
||||
- name: upload artifact
|
||||
run: |
|
||||
tar -czf build.tar.gz build
|
||||
|
Loading…
x
Reference in New Issue
Block a user