fixed ci
This commit is contained in:
parent
a1763bbbc3
commit
bcdee860c7
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
- uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
node-version: 22
|
||||
- run: bun install
|
||||
- run: bun install --frozen-lockfile
|
||||
- run: bun run build
|
||||
- run: bun test
|
||||
- run: bun lint
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
"zod": "^4.1.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/vite": "next",
|
||||
"@tailwindcss/vite": "^4.2.4",
|
||||
"@types/bun": "latest",
|
||||
"@types/random-seed": "^0.3.5",
|
||||
"@types/react": "^19.1.13",
|
||||
|
|
|
|||
Loading…
Reference in New Issue