Skip to content

Commit

Permalink
🤏 Try to fix CI (14)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyzyla committed Aug 24, 2024
1 parent 92c6bd1 commit 4560a37
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: biomejs/setup-biome@v2
with:
biome-version: 1.8.3
- run: npm ci
- run: npm install @biomejs/[email protected]
- run: npm install [email protected]
- run: cat package.json
- run: npm run check:ci
- run: npm run type-check
Expand Down

0 comments on commit 4560a37

Please sign in to comment.