File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2020 steps :
2121 - uses : actions/checkout@v2
2222 - name : Use Node.js ${{ matrix.node-version }}
23- uses : actions/setup-node@v1
23+ uses : actions/setup-node@v2
2424 with :
2525 node-version : ${{ matrix.node-version }}
2626 - name : Install
5151 replace : " \" @arkecosystem/core-snapshots\" : {}, \" @arkecosystem/custom-transactions\" : {},"
5252 include : " __tests__/e2e/lib/config/nodes/.*/plugins.js"
5353 - name : Use Node.js ${{ matrix.node-version }}
54- uses : actions/setup-node@v1
54+ uses : actions/setup-node@v2
5555 with :
5656 node-version : ${{ matrix.node-version }}
5757 - name : Install and build packages
Original file line number Diff line number Diff line change 3434 "@arkecosystem/core-event-emitter" : " 2.7.25" ,
3535 "@arkecosystem/core-interfaces" : " 2.7.25" ,
3636 "@arkecosystem/core-state" : " 2.7.25" ,
37- "@arkecosystem/core-transactions" : " 2.7.1 " ,
37+ "@arkecosystem/core-transactions" : " 2.7.25 " ,
3838 "@arkecosystem/crypto" : " 2.7.25" ,
3939 "bytebuffer" : " 5.0.1"
4040 },
4141 "devDependencies" : {
4242 "@arkecosystem/core-utils" : " 2.7.25" ,
43- "@sindresorhus/tsconfig" : " 0.7.0 " ,
43+ "@sindresorhus/tsconfig" : " 1.0.2 " ,
4444 "@types/jest" : " 26.0.23" ,
45- "@types/node" : " 12.12.47 " ,
45+ "@types/node" : " 14.17.2 " ,
4646 "tslint" : " 6.1.3" ,
4747 "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 " ,
5252 "jest-extended" : " 0.11.5" ,
5353 "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 " ,
5656 "del-cli" : " 3.0.1"
5757 },
5858 "jest" : {
You can’t perform that action at this time.
0 commit comments