Skip to content

Commit

Permalink
fix: remove unnecessary @ts-expect-error directive in chat component (#…
Browse files Browse the repository at this point in the history
…2950)

* fix: remove unnecessary @ts-expect-error directive in chat component

* update pnpm version!

---------

Co-authored-by: Sayo <[email protected]>
  • Loading branch information
wonseokjung and wtfsayo authored Jan 29, 2025
1 parent 8d06e33 commit ae2bebf
Show file tree
Hide file tree
Showing 3 changed files with 2,243 additions and 3,185 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integrationTests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: pnpm/action-setup@v3
with:
version: 9.4.0
version: 9.15.0

- uses: actions/setup-node@v4
with:
Expand All @@ -41,4 +41,4 @@ jobs:
fi
- name: Run integration tests
run: pnpm run integrationTests
run: pnpm run integrationTests
2 changes: 1 addition & 1 deletion .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: pnpm/action-setup@v3
with:
version: 9.4.0
version: 9.15.0

- uses: actions/setup-node@v4
with:
Expand Down
Loading

0 comments on commit ae2bebf

Please sign in to comment.