Skip to content

Commit

Permalink
ci: update nodejs version to 18 (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
BuddyGlas authored Sep 7, 2023
1 parent d3757b6 commit 320ac9b
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
ref: ${{ github.head_ref }}
- uses: actions/[email protected]
with:
node-version: 16
node-version: 18
- name: Install modules
run: cd tests && yarn
- name: Run ESLint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/collator-selection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:

- uses: actions/[email protected]
with:
node-version: 16
node-version: 18

- name: Install baedeker
uses: UniqueNetwork/baedeker-action/setup@built
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/forkless-update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:

- uses: actions/[email protected]
with:
node-version: 16
node-version: 18

- name: Check if docker logs consist logs related to Runtime Upgrade testing.
if: success()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/forkless-update-nodata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:

- uses: actions/[email protected]
with:
node-version: 16
node-version: 18

- name: Check if docker logs consist logs related to Runtime Upgrade testing.
if: success()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/governance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

- uses: actions/[email protected]
with:
node-version: 16
node-version: 18

- name: Run tests
working-directory: tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: RUN benchmarking
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/market-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:

- uses: actions/[email protected]
with:
node-version: 16.17
node-version: 18

- name: Setup TypeScript
working-directory: qa-tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-only-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:

- uses: actions/[email protected]
with:
node-version: 16
node-version: 18

- name: Install baedeker
uses: UniqueNetwork/baedeker-action/setup@built
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/polkadot-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

- uses: actions/[email protected]
with:
node-version: 16
node-version: 18

# - name: Install jq
# run: sudo apt install jq -y
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/try-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:

- uses: actions/[email protected]
with:
node-version: 16
node-version: 18

- name: Log in to Docker Hub
uses: docker/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xcm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ jobs:

- uses: actions/[email protected]
with:
node-version: 16
node-version: 18

- name: Install baedeker
uses: UniqueNetwork/baedeker-action/setup@built
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yarn-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- uses: actions/[email protected]
with:
node-version: 16
node-version: 18

- name: Run tests
working-directory: tests
Expand Down

0 comments on commit 320ac9b

Please sign in to comment.