File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 20
20
steps :
21
21
- uses : actions/checkout@v2
22
22
- name : Use Node.js ${{ matrix.node-version }}
23
- uses : actions/setup-node@v1
23
+ uses : actions/setup-node@v2
24
24
with :
25
25
node-version : ${{ matrix.node-version }}
26
26
- name : Install
51
51
replace : " \" @arkecosystem/core-snapshots\" : {}, \" @arkecosystem/custom-transactions\" : {},"
52
52
include : " __tests__/e2e/lib/config/nodes/.*/plugins.js"
53
53
- name : Use Node.js ${{ matrix.node-version }}
54
- uses : actions/setup-node@v1
54
+ uses : actions/setup-node@v2
55
55
with :
56
56
node-version : ${{ matrix.node-version }}
57
57
- name : Install and build packages
Original file line number Diff line number Diff line change 34
34
"@arkecosystem/core-event-emitter" : " 2.7.25" ,
35
35
"@arkecosystem/core-interfaces" : " 2.7.25" ,
36
36
"@arkecosystem/core-state" : " 2.7.25" ,
37
- "@arkecosystem/core-transactions" : " 2.7.1 " ,
37
+ "@arkecosystem/core-transactions" : " 2.7.25 " ,
38
38
"@arkecosystem/crypto" : " 2.7.25" ,
39
39
"bytebuffer" : " 5.0.1"
40
40
},
41
41
"devDependencies" : {
42
42
"@arkecosystem/core-utils" : " 2.7.25" ,
43
- "@sindresorhus/tsconfig" : " 0.7.0 " ,
43
+ "@sindresorhus/tsconfig" : " 1.0.2 " ,
44
44
"@types/jest" : " 26.0.23" ,
45
- "@types/node" : " 12.12.47 " ,
45
+ "@types/node" : " 14.17.2 " ,
46
46
"tslint" : " 6.1.3" ,
47
47
"tslint-config-prettier" : " 1.18.0" ,
48
- "typescript" : " 4.0.3 " ,
49
- "typedoc" : " 0.19.2 " ,
50
- "ts-jest" : " 26.4.1 " ,
51
- "jest" : " 26.6.3 " ,
48
+ "typescript" : " 4.3.2 " ,
49
+ "typedoc" : " 0.20.36 " ,
50
+ "ts-jest" : " 26.5.6 " ,
51
+ "jest" : " 27.0.4 " ,
52
52
"jest-extended" : " 0.11.5" ,
53
53
"regenerator-runtime" : " 0.13.7" ,
54
- "npm-check-updates" : " 9.0.2 " ,
55
- "cross-env" : " 7.0.2 " ,
54
+ "npm-check-updates" : " 11.6.0 " ,
55
+ "cross-env" : " 7.0.3 " ,
56
56
"del-cli" : " 3.0.1"
57
57
},
58
58
"jest" : {
You can’t perform that action at this time.
0 commit comments