--- a/.github/workflows/node_build_test.yml +++ b/.github/workflows/node_build_test.yml @@ -84,13 +84,12 @@ - uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 16 - name: Run tests run: | cd tests yarn install - yarn add @polkadot/api mochawesome yarn --pure-lockfile echo "Ready to start tests" node scripts/readyness.js