Skip to content

Commit

Permalink
ci: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JaneSu committed Oct 9, 2023
1 parent f260905 commit 147cf17
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 62 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
command: [ test-init-db-docker, test-ut-backend-docker, test-ut-room-docker, _test-ut-core ]
steps:
- uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '16.15.0'
- uses: pnpm/action-setup@v2
with:
version: 8.7.5
Expand Down
10 changes: 5 additions & 5 deletions packages/datasheet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"node": "16.15.0"
},
"dependencies": {
"@apitable/components": "*",
"@apitable/core": "*",
"@apitable/i18n-lang": "*",
"@apitable/icons": "*",
"@apitable/components": "workspace:*",
"@apitable/core": "workspace:*",
"@apitable/i18n-lang": "workspace:*",
"@apitable/icons": "workspace:*",
"@apitable/react-flow": "^9.6.12",
"@apitable/widget-sdk": "1.1.0",
"@apitable/widget-sdk": "workspace:*",
"@floating-ui/react": "^0.24.5",
"@futpib/dagre": "^0.8.5-pre1",
"@huse/click-outside": "^1.0.1",
Expand Down
111 changes: 54 additions & 57 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 147cf17

Please sign in to comment.