Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update nodejs version to 18 for CI #987

Merged
merged 1 commit into from
Sep 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading