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 975f75b commit c31507aCopy full SHA for c31507a
.github/workflows/coverage.yml
@@ -14,9 +14,9 @@ jobs:
14
uses: actions/checkout@v3
15
16
- name: Set up Node.js
17
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
18
with:
19
- node-version: '18'
+ node-version: '20'
20
21
- name: Install dependencies
22
run: yarn install
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "aelf-command",
3
- "version": "0.1.52",
+ "version": "0.1.53",
4
"description": "A CLI tools for AElf",
5
"main": "src/index.js",
6
"type": "module",
@@ -115,4 +115,4 @@
115
"path": "./node_modules/cz-conventional-changelog"
116
}
117
118
-}
+}
0 commit comments