Skip to content

Commit 8f70d3d

Browse files
committed
feat: downgrade node
1 parent c31507a commit 8f70d3d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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

package.json

Lines changed: 1 addition & 2 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,6 @@
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",
5150
"async-validator": "^4.2.5",
5251
"babel-plugin-transform-import-meta": "^2.2.1",
5352
"boxen": "^7.1.1",

0 commit comments

Comments
 (0)