git.delta.rocks / unique-network / refs/commits / 320ac9b7c893

difftreelog

ci update nodejs version to 18 (#987)

BuddyGlas2023-09-07parent: #d3757b6.patch.diff
in: master

12 files changed

modified.github/workflows/codestyle.ymldiffbeforeafterboth
40 ref: ${{ github.head_ref }} 40 ref: ${{ github.head_ref }}
41 - uses: actions/setup-node@v3.5.141 - uses: actions/setup-node@v3.5.1
42 with:42 with:
43 node-version: 1643 node-version: 18
44 - name: Install modules44 - name: Install modules
45 run: cd tests && yarn45 run: cd tests && yarn
46 - name: Run ESLint46 - name: Run ESLint
modified.github/workflows/collator-selection.ymldiffbeforeafterboth
146146
147 - uses: actions/setup-node@v3.5.1147 - uses: actions/setup-node@v3.5.1
148 with:148 with:
149 node-version: 16149 node-version: 18
150150
151 - name: Install baedeker151 - name: Install baedeker
152 uses: UniqueNetwork/baedeker-action/setup@built152 uses: UniqueNetwork/baedeker-action/setup@built
modified.github/workflows/forkless-update-data.ymldiffbeforeafterboth
192192
193 - uses: actions/setup-node@v3.5.1193 - uses: actions/setup-node@v3.5.1
194 with:194 with:
195 node-version: 16195 node-version: 18
196196
197 - name: Check if docker logs consist logs related to Runtime Upgrade testing.197 - name: Check if docker logs consist logs related to Runtime Upgrade testing.
198 if: success()198 if: success()
modified.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth
202202
203 - uses: actions/setup-node@v3.5.1203 - uses: actions/setup-node@v3.5.1
204 with:204 with:
205 node-version: 16205 node-version: 18
206206
207 - name: Check if docker logs consist logs related to Runtime Upgrade testing.207 - name: Check if docker logs consist logs related to Runtime Upgrade testing.
208 if: success()208 if: success()
modified.github/workflows/governance.ymldiffbeforeafterboth
7878
79 - uses: actions/setup-node@v3.5.179 - uses: actions/setup-node@v3.5.1
80 with:80 with:
81 node-version: 1681 node-version: 18
8282
83 - name: Run tests83 - name: Run tests
84 working-directory: tests84 working-directory: tests
modified.github/workflows/make-bench.ymldiffbeforeafterboth
3636
37 - uses: actions/setup-node@v337 - uses: actions/setup-node@v3
38 with:38 with:
39 node-version: 1639 node-version: 18
4040
41 - name: RUN benchmarking41 - name: RUN benchmarking
42 run: |42 run: |
modified.github/workflows/market-test.ymldiffbeforeafterboth
103 103
104 - uses: actions/setup-node@v3.5.1104 - uses: actions/setup-node@v3.5.1
105 with:105 with:
106 node-version: 16.17106 node-version: 18
107107
108 - name: Setup TypeScript108 - name: Setup TypeScript
109 working-directory: qa-tests109 working-directory: qa-tests
modified.github/workflows/node-only-update.ymldiffbeforeafterboth
143143
144 - uses: actions/setup-node@v3.5.1144 - uses: actions/setup-node@v3.5.1
145 with:145 with:
146 node-version: 16146 node-version: 18
147147
148 - name: Install baedeker148 - name: Install baedeker
149 uses: UniqueNetwork/baedeker-action/setup@built149 uses: UniqueNetwork/baedeker-action/setup@built
modified.github/workflows/polkadot-types.ymldiffbeforeafterboth
6868
69 - uses: actions/setup-node@v3.5.169 - uses: actions/setup-node@v3.5.1
70 with:70 with:
71 node-version: 1671 node-version: 18
7272
73 # - name: Install jq73 # - name: Install jq
74 # run: sudo apt install jq -y74 # run: sudo apt install jq -y
modified.github/workflows/try-runtime.ymldiffbeforeafterboth
175175
176 - uses: actions/setup-node@v3.5.1176 - uses: actions/setup-node@v3.5.1
177 with:177 with:
178 node-version: 16178 node-version: 18
179179
180 - name: Log in to Docker Hub180 - name: Log in to Docker Hub
181 uses: docker/login-action@v2.1.0181 uses: docker/login-action@v2.1.0
modified.github/workflows/xcm.ymldiffbeforeafterboth
297297
298 - uses: actions/setup-node@v3.5.1298 - uses: actions/setup-node@v3.5.1
299 with:299 with:
300 node-version: 16300 node-version: 18
301301
302 - name: Install baedeker302 - name: Install baedeker
303 uses: UniqueNetwork/baedeker-action/setup@built303 uses: UniqueNetwork/baedeker-action/setup@built
modified.github/workflows/yarn-dev.ymldiffbeforeafterboth
5959
60 - uses: actions/setup-node@v3.5.160 - uses: actions/setup-node@v3.5.1
61 with:61 with:
62 node-version: 1662 node-version: 18
6363
64 - name: Run tests64 - name: Run tests
65 working-directory: tests65 working-directory: tests