git.delta.rocks / unique-network / refs/commits / 7be38fd47529

difftreelog

Node JS 16

Alexander Aksenov2022-08-04parent: #5870d10.patch.diff
in: master

1 file changed

modified.github/workflows/node_build_test.ymldiffbeforeafterboth
8484
85 - uses: actions/setup-node@v385 - uses: actions/setup-node@v3
86 with:86 with:
87 node-version: 1487 node-version: 16
8888
89 - name: Run tests89 - name: Run tests
90 run: |90 run: |
91 cd tests91 cd tests
92 yarn install92 yarn install
93 yarn add @polkadot/api mochawesome93 yarn --pure-lockfile
94 yarn --pure-lockfile94 echo "Ready to start tests"
95 echo "Ready to start tests"95 node scripts/readyness.js
96 node scripts/readyness.js96 NOW=$(date +%s) && yarn test --reporter mochawesome --reporter-options reportFilename=test-${NOW}
97 NOW=$(date +%s) && yarn test --reporter mochawesome --reporter-options reportFilename=test-${NOW}
98 env:97 env:
99 RPC_URL: http://127.0.0.1:9933/98 RPC_URL: http://127.0.0.1:9933/
10099