Skip to content

Commit ae2bebf

Browse files
wonseokjungwtfsayo
andauthored
fix: remove unnecessary @ts-expect-error directive in chat component (elizaOS#2950)
* fix: remove unnecessary @ts-expect-error directive in chat component * update pnpm version! --------- Co-authored-by: Sayo <hi@sayo.wtf>
1 parent 8d06e33 commit ae2bebf

File tree

3 files changed

+2243
-3185
lines changed

3 files changed

+2243
-3185
lines changed

.github/workflows/integrationTests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- uses: pnpm/action-setup@v3
2222
with:
23-
version: 9.4.0
23+
version: 9.15.0
2424

2525
- uses: actions/setup-node@v4
2626
with:
@@ -41,4 +41,4 @@ jobs:
4141
fi
4242
4343
- name: Run integration tests
44-
run: pnpm run integrationTests
44+
run: pnpm run integrationTests

.github/workflows/smoke-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- uses: pnpm/action-setup@v3
2222
with:
23-
version: 9.4.0
23+
version: 9.15.0
2424

2525
- uses: actions/setup-node@v4
2626
with:

0 commit comments

Comments
 (0)