Skip to content

Commit

Permalink
chore(deps): update sui.js (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
zfy0701 authored Oct 25, 2023
1 parent 9545842 commit 6d99e2d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: latest
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: latest
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@jest/globals": "^29.5.0",
"@jest/types": "^29.5.0",
"@mysten/sui.js": "^0.42.0",
"@mysten/sui.js": "^0.44.0",
"@sentio/chain": "^1.0.3",
"@types/jest": "^29.5.0",
"@types/node": "^18.11.18",
Expand Down
38 changes: 4 additions & 34 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 6d99e2d

Please sign in to comment.