Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Mar 14, 2024
1 parent 3efaff3 commit 88ca7f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: 20
cache: pnpm
- run: pnpm install
- run: pnpm dev:prepare
- run: pnpm run dev:prepare
- run: pnpm run lint

typecheck:
Expand All @@ -33,7 +33,7 @@ jobs:
node-version: 20
cache: pnpm
- run: pnpm install
- run: pnpm dev:prepare
- run: pnpm run dev:prepare
- run: pnpm run test:types

test:
Expand All @@ -46,5 +46,5 @@ jobs:
node-version: 20
cache: pnpm
- run: pnpm install
- run: pnpm dev:prepare
- run: pnpm run dev:prepare
- run: pnpm run test

0 comments on commit 88ca7f0

Please sign in to comment.