Skip to content

Commit 86bce16

Browse files
authored
Merge pull request #99 from AElfProject/fix/load
Fix/load
2 parents adfd484 + 2fbf4ba commit 86bce16

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Node.js
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: '20'
19+
node-version: '18'
2020

2121
- name: Install dependencies
2222
run: yarn install

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16-
- uses: actions/setup-node@v2
16+
- uses: actions/setup-node@v4
1717
with:
1818
node-version: 20
1919
cache: yarn
@@ -23,4 +23,3 @@ jobs:
2323
uses: greatwizard/coverage-diff-action@v1
2424
with:
2525
github-token: ${{ secrets.GITHUB_TOKEN }}
26-

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aelf-command",
3-
"version": "0.1.53",
3+
"version": "0.1.53-beta.3",
44
"description": "A CLI tools for AElf",
55
"main": "src/index.js",
66
"type": "module",
@@ -47,7 +47,7 @@
4747
"@babel/core": "^7.24.6",
4848
"@babel/plugin-syntax-import-attributes": "^7.24.6",
4949
"@babel/preset-env": "^7.24.6",
50-
"aelf-sdk": "^3.4.12",
50+
"aelf-sdk": "3.4.12",
5151
"async-validator": "^4.2.5",
5252
"babel-plugin-transform-import-meta": "^2.2.1",
5353
"boxen": "^7.1.1",
@@ -115,4 +115,4 @@
115115
"path": "./node_modules/cz-conventional-changelog"
116116
}
117117
}
118-
}
118+
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1913,7 +1913,7 @@ add-stream@^1.0.0:
19131913
resolved "https://registry.npmjs.org/add-stream/-/add-stream-1.0.0.tgz#6a7990437ca736d5e1288db92bd3266d5f5cb2aa"
19141914
integrity sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ==
19151915

1916-
aelf-sdk@^3.4.12:
1916+
19171917
version "3.4.12"
19181918
resolved "https://registry.npmjs.org/aelf-sdk/-/aelf-sdk-3.4.12.tgz#02eba7739f94ae021888054f25260ea5231578b0"
19191919
integrity sha512-DpF0JBpb2GfewmSW3GfTmM05zoF/79YVeBJQeYIsJG2NgvgFoT2ZH1gub1JXVA4c9tjAMdVttFKt5f/LPOKZFQ==

0 commit comments

Comments
 (0)