This commit is contained in:
MasterGordon 2026-04-22 22:01:58 +02:00
parent a1763bbbc3
commit bcdee860c7
3 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
- uses: oven-sh/setup-bun@v2 - uses: oven-sh/setup-bun@v2
with: with:
node-version: 22 node-version: 22
- run: bun install - run: bun install --frozen-lockfile
- run: bun run build - run: bun run build
- run: bun test - run: bun test
- run: bun lint - run: bun lint

BIN
bun.lockb

Binary file not shown.

View File

@ -51,7 +51,7 @@
"zod": "^4.1.8" "zod": "^4.1.8"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/vite": "next", "@tailwindcss/vite": "^4.2.4",
"@types/bun": "latest", "@types/bun": "latest",
"@types/random-seed": "^0.3.5", "@types/random-seed": "^0.3.5",
"@types/react": "^19.1.13", "@types/react": "^19.1.13",