From 320ac9b7c8934bb20c65db7ad5d14e371bdcac6f Mon Sep 17 00:00:00 2001 From: BuddyGlas <104383456+BuddyGlas@users.noreply.github.com> Date: Thu, 07 Sep 2023 09:05:51 +0000 Subject: [PATCH] ci: update nodejs version to 18 (#987) --- --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -40,7 +40,7 @@ ref: ${{ github.head_ref }} - uses: actions/setup-node@v3.5.1 with: - node-version: 16 + node-version: 18 - name: Install modules run: cd tests && yarn - name: Run ESLint --- a/.github/workflows/collator-selection.yml +++ b/.github/workflows/collator-selection.yml @@ -146,7 +146,7 @@ - uses: actions/setup-node@v3.5.1 with: - node-version: 16 + node-version: 18 - name: Install baedeker uses: UniqueNetwork/baedeker-action/setup@built --- a/.github/workflows/forkless-update-data.yml +++ b/.github/workflows/forkless-update-data.yml @@ -192,7 +192,7 @@ - uses: actions/setup-node@v3.5.1 with: - node-version: 16 + node-version: 18 - name: Check if docker logs consist logs related to Runtime Upgrade testing. if: success() --- a/.github/workflows/forkless-update-nodata.yml +++ b/.github/workflows/forkless-update-nodata.yml @@ -202,7 +202,7 @@ - uses: actions/setup-node@v3.5.1 with: - node-version: 16 + node-version: 18 - name: Check if docker logs consist logs related to Runtime Upgrade testing. if: success() --- a/.github/workflows/governance.yml +++ b/.github/workflows/governance.yml @@ -78,7 +78,7 @@ - uses: actions/setup-node@v3.5.1 with: - node-version: 16 + node-version: 18 - name: Run tests working-directory: tests --- a/.github/workflows/make-bench.yml +++ b/.github/workflows/make-bench.yml @@ -36,7 +36,7 @@ - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: RUN benchmarking run: | --- a/.github/workflows/market-test.yml +++ b/.github/workflows/market-test.yml @@ -103,7 +103,7 @@ - uses: actions/setup-node@v3.5.1 with: - node-version: 16.17 + node-version: 18 - name: Setup TypeScript working-directory: qa-tests --- a/.github/workflows/node-only-update.yml +++ b/.github/workflows/node-only-update.yml @@ -143,7 +143,7 @@ - uses: actions/setup-node@v3.5.1 with: - node-version: 16 + node-version: 18 - name: Install baedeker uses: UniqueNetwork/baedeker-action/setup@built --- a/.github/workflows/polkadot-types.yml +++ b/.github/workflows/polkadot-types.yml @@ -68,7 +68,7 @@ - uses: actions/setup-node@v3.5.1 with: - node-version: 16 + node-version: 18 # - name: Install jq # run: sudo apt install jq -y --- a/.github/workflows/try-runtime.yml +++ b/.github/workflows/try-runtime.yml @@ -175,7 +175,7 @@ - uses: actions/setup-node@v3.5.1 with: - node-version: 16 + node-version: 18 - name: Log in to Docker Hub uses: docker/login-action@v2.1.0 --- a/.github/workflows/xcm.yml +++ b/.github/workflows/xcm.yml @@ -297,7 +297,7 @@ - uses: actions/setup-node@v3.5.1 with: - node-version: 16 + node-version: 18 - name: Install baedeker uses: UniqueNetwork/baedeker-action/setup@built --- a/.github/workflows/yarn-dev.yml +++ b/.github/workflows/yarn-dev.yml @@ -59,7 +59,7 @@ - uses: actions/setup-node@v3.5.1 with: - node-version: 16 + node-version: 18 - name: Run tests working-directory: tests -- gitstuff