difftreelog
Use node-version 16
in: master
1 file changed
.github/workflows/forkless-update-nodata_v2.ymldiffbeforeafterboth100 - name: Show launch-config-forkless configuration100 - name: Show launch-config-forkless configuration101 run: cat .docker/launch-config-forkless-nodata.json101 run: cat .docker/launch-config-forkless-nodata.json102102103 - uses: actions/setup-node@v3104 with:105 node-version: 16103106104 - name: Build the stack107 - name: Build the stack105 run: docker-compose -f ".docker/docker-compose-forkless.yml" -f ".docker/docker-compose.${{ matrix.network }}.yml" up -d --build --force-recreate --timeout 300108 run: docker-compose -f ".docker/docker-compose-forkless.yml" -f ".docker/docker-compose.${{ matrix.network }}.yml" up -d --build --force-recreate --timeout 300162 if: success() || failure()165 if: success() || failure()163 run: cat './forkless-parachain-upgrade-nodata-logs.${{ matrix.features }}/node-parachain.log'166 run: cat './forkless-parachain-upgrade-nodata-logs.${{ matrix.features }}/node-parachain.log'164 167 165 - name: Run Parellel tests 168 - name: Run Parallel tests 166 working-directory: tests169 working-directory: tests167 run: |170 run: |168 yarn install171 yarn install