Skip to content

Commit

Permalink
ci: test ci (#1366)
Browse files Browse the repository at this point in the history
Submit a pull request for this project.

<!-- If you have an Issue that related to this Pull Request, you can
copy this Issue's description -->

# Why? 
<!-- 
> Related to which issue?
> Why we need this pull request?
> What is the user story for this pull request? 
-->


# What?
<!-- 
> Can you describe this feature in detail?
> Who can benefit from it? 
-->


# How?
<!-- 
> Do you have a simple description of how this pull request is
implemented?
-->
  • Loading branch information
JaneSu committed Oct 9, 2023
2 parents e630e01 + 6f80a42 commit 190d38c
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 68 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ jobs:
steps:
- name: Fetch Sources
uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8.7.5
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
permissions:
contents: read
security-events: write
# only required for a private repository by
# github/codeql-action/upload-sarif
# only required for a private repository by
# github/codeql-action/upload-sarif
# to get the Action run status
actions: read
steps:
Expand All @@ -37,7 +37,7 @@ jobs:
node-version: '16.15.0'
- uses: pnpm/action-setup@v2
with:
version: 8
version: 8.7.5
- name: Install ESLint
run: |
pnpm install
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
117 changes: 57 additions & 60 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 190d38c

Please sign in to comment.