Change project setup
Some checks failed
Lint / lint (push) Failing after 11s

This commit is contained in:
Julien Valverdé
2025-10-01 13:23:11 +02:00
parent 32ba35e4a9
commit 520ee8ac1f
17 changed files with 126 additions and 291 deletions

View File

@@ -12,12 +12,16 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20"
node-version: "22"
- name: Clone repo
uses: actions/checkout@v4
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Lint TypeScript
run: bun lint:tsc
- name: Lint Biome
run: bun lint:biome
- name: Build
run: bun run build
- name: Pack
run: bun run pack
run: bun pack