-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: update nodejs version to 18 (#987)
- Loading branch information
Showing
12 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,7 +78,7 @@ jobs: | |
|
||
- uses: actions/[email protected] | ||
with: | ||
node-version: 16 | ||
node-version: 18 | ||
|
||
- name: Run tests | ||
working-directory: tests | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,7 +103,7 @@ jobs: | |
|
||
- uses: actions/[email protected] | ||
with: | ||
node-version: 16.17 | ||
node-version: 18 | ||
|
||
- name: Setup TypeScript | ||
working-directory: qa-tests | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 +59,7 @@ jobs: | |
|
||
- uses: actions/[email protected] | ||
with: | ||
node-version: 16 | ||
node-version: 18 | ||
|
||
- name: Run tests | ||
working-directory: tests | ||
|