Skip to content

Commit

Permalink
chore(deps): upgrade aptos-ts, node, pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
zfy0701 committed Jan 27, 2024
1 parent d79be9d commit a4f57ff
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 149 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build_and_test:
executor:
name: node/default # use the default executor defined within the orb
tag: '18.19'
tag: '20.11'
steps:
- checkout
- restore_cache:
Expand All @@ -21,7 +21,7 @@ jobs:
name: Install pnpm package manager
command: |
sudo corepack enable
sudo corepack prepare pnpm@8.9.2 --activate
sudo corepack prepare pnpm --activate
node --version
pnpm --version
- run:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8.9.2
# with:
# version: 8.9.2
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20.11
cache: 'pnpm'
- name: Install
run: pnpm install
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
persist-credentials: false
ref: ${{ github.event.inputs.commit }}
- uses: pnpm/action-setup@v2
with:
version: 8.9.2
# with:
# version: 8.9.2
- uses: actions/setup-node@v4
with:
node-version: 18.18
node-version: 20.11
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org'
- name: Set NPM variables
Expand All @@ -41,7 +41,7 @@ jobs:
run: pnpm build:all
- name: Semantic Release
id: semantic
uses: cycjimmy/semantic-release-action@v3
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
- name: Release Summary
Expand Down
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"semi": false,
"singleQuote": true,
"trailingComma": "none"
"trailingComma": "none",
"plugins": ["prettier-plugin-sh"]
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@
"lint-staged": "^15.0.0",
"prettier": "^3.0.3",
"prettier-package-json": "^2.8.0",
"prettier-plugin-sh": "^0.13.1",
"prettier-plugin-sh": "^0.14.0",
"semantic-release": "^19.0.5",
"semantic-release-monorepo": "^7.0.5",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/aptos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"types": "./dist/cjs/index.d.ts",
"dependencies": {
"@aptos-labs/ts-sdk": "~1.4.0",
"@aptos-labs/ts-sdk": "~1.5.0",
"@typemove/move": "workspace:*",
"chalk": "^5.3.0",
"commander": "^11.1.0",
Expand Down
146 changes: 10 additions & 136 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 a4f57ff

Please sign in to comment.