Upgrade dep (#1116)

* update renderer spec

* fix renderer.spec

* upgrade yarn

* upgrade electron & echogarden

* upgrade langchain

* upgrade deps

* remove sentry

* remove unused deps
This commit is contained in:
an-lee
2024-10-10 09:29:58 +08:00
committed by GitHub
parent d96c9ff773
commit a2ef3fc955
12 changed files with 806 additions and 1890 deletions

View File

@@ -59,15 +59,16 @@ jobs:
- name: Run renderer tests with xvfb-run on Ubuntu
if: contains(matrix.os, 'ubuntu')
continue-on-error: true
run: |
xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- yarn enjoy:test:renderer
- name: Run renderer tests on macOS or Windows
if: contains(matrix.os, 'macos') || contains(matrix.os, 'windows')
continue-on-error: true
run: yarn enjoy:test:renderer
- name: Make App
run: yarn enjoy:make
- uses: actions/upload-artifact@v4
if: always()
with: