From 8f70d3da50b8cb23b45f6942a0b812aca5f506b5 Mon Sep 17 00:00:00 2001 From: AbigailDeng Date: Sat, 17 May 2025 17:23:11 +0800 Subject: [PATCH 1/3] feat: downgrade node --- .github/workflows/coverage.yml | 2 +- package.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 0ed6fa1..527f56b 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '18' - name: Install dependencies run: yarn install diff --git a/package.json b/package.json index 7d48f17..b345b6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aelf-command", - "version": "0.1.53", + "version": "0.1.53-beta.3", "description": "A CLI tools for AElf", "main": "src/index.js", "type": "module", @@ -47,7 +47,6 @@ "@babel/core": "^7.24.6", "@babel/plugin-syntax-import-attributes": "^7.24.6", "@babel/preset-env": "^7.24.6", - "aelf-sdk": "^3.4.12", "async-validator": "^4.2.5", "babel-plugin-transform-import-meta": "^2.2.1", "boxen": "^7.1.1", From 16a322c82e97014622c1aabb01e332dd75072c30 Mon Sep 17 00:00:00 2001 From: AbigailDeng Date: Sat, 17 May 2025 17:27:03 +0800 Subject: [PATCH 2/3] feat: sdk version --- package.json | 3 ++- yarn.lock | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b345b6c..7847989 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,7 @@ "@babel/core": "^7.24.6", "@babel/plugin-syntax-import-attributes": "^7.24.6", "@babel/preset-env": "^7.24.6", + "aelf-sdk": "3.4.12", "async-validator": "^4.2.5", "babel-plugin-transform-import-meta": "^2.2.1", "boxen": "^7.1.1", @@ -114,4 +115,4 @@ "path": "./node_modules/cz-conventional-changelog" } } -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index 9e95dd7..09b50bf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1913,7 +1913,7 @@ add-stream@^1.0.0: resolved "https://registry.npmjs.org/add-stream/-/add-stream-1.0.0.tgz#6a7990437ca736d5e1288db92bd3266d5f5cb2aa" integrity sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ== -aelf-sdk@^3.4.12: +aelf-sdk@3.4.12: version "3.4.12" resolved "https://registry.npmjs.org/aelf-sdk/-/aelf-sdk-3.4.12.tgz#02eba7739f94ae021888054f25260ea5231578b0" integrity sha512-DpF0JBpb2GfewmSW3GfTmM05zoF/79YVeBJQeYIsJG2NgvgFoT2ZH1gub1JXVA4c9tjAMdVttFKt5f/LPOKZFQ== From 2fbf4ba972b0da955087b09ff8b774ca0869b8e1 Mon Sep 17 00:00:00 2001 From: AbigailDeng Date: Sat, 17 May 2025 17:29:37 +0800 Subject: [PATCH 3/3] feat: version --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1031555..06557eb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v4 with: node-version: 20 cache: yarn @@ -23,4 +23,3 @@ jobs: uses: greatwizard/coverage-diff-action@v1 with: github-token: ${{ secrets.GITHUB_TOKEN }} -