git.delta.rocks / unique-network / refs/commits / d934a63caf2f

difftreelog

Use node-version 16

Max Andreev2022-10-18parent: #96e8a21.patch.diff
in: master

1 file changed

modified.github/workflows/forkless-update-nodata_v2.ymldiffbeforeafterboth
100 - name: Show launch-config-forkless configuration100 - name: Show launch-config-forkless configuration
101 run: cat .docker/launch-config-forkless-nodata.json101 run: cat .docker/launch-config-forkless-nodata.json
102102
103 - uses: actions/setup-node@v3
104 with:
105 node-version: 16
103106
104 - name: Build the stack107 - name: Build the stack
105 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 300
162 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: tests
167 run: |170 run: |
168 yarn install171 yarn install