We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31507a commit 8f70d3dCopy full SHA for 8f70d3d
.github/workflows/coverage.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Node.js
17
uses: actions/setup-node@v4
18
with:
19
- node-version: '20'
+ node-version: '18'
20
21
- name: Install dependencies
22
run: yarn install
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "aelf-command",
3
- "version": "0.1.53",
+ "version": "0.1.53-beta.3",
4
"description": "A CLI tools for AElf",
5
"main": "src/index.js",
6
"type": "module",
@@ -47,7 +47,6 @@
47
"@babel/core": "^7.24.6",
48
"@babel/plugin-syntax-import-attributes": "^7.24.6",
49
"@babel/preset-env": "^7.24.6",
50
- "aelf-sdk": "^3.4.12",
51
"async-validator": "^4.2.5",
52
"babel-plugin-transform-import-meta": "^2.2.1",
53
"boxen": "^7.1.1",
0 commit comments