File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed
Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
2323 uses : greatwizard/coverage-diff-action@v1
2424 with :
2525 github-token : ${{ secrets.GITHUB_TOKEN }}
26-
Original file line number Diff line number Diff line change 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" ,
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" ,
115115 "path" : " ./node_modules/cz-conventional-changelog"
116116 }
117117 }
118- }
118+ }
Original file line number Diff line number Diff 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==
You can’t perform that action at this time.
0 commit comments