Skip to content
This repository was archived by the owner on Aug 23, 2025. It is now read-only.

Commit 81b04c7

Browse files
authored
update dependencies (#1270)
* update dependencies * fix test
1 parent 85fa8b9 commit 81b04c7

4 files changed

Lines changed: 911 additions & 557 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Download built artifacts
7070
uses: actions/download-artifact@v4
7171
with:
72-
name: built_node${{ matrix.node-version }}
72+
artifact-ids: ${{ needs.build.outputs.artifact-id }}
7373
path: server/public
7474

7575
- name: Verify backend DB service is healthy before starting

0 commit comments

Comments
 (0)