-
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.
- Loading branch information
Showing
17 changed files
with
21 additions
and
23 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
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
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 |
---|---|---|
|
@@ -40,7 +40,7 @@ jobs: | |
ref: ${{ github.head_ref }} | ||
- uses: actions/[email protected] | ||
with: | ||
node-version: 18 | ||
node-version: 20 | ||
- name: Install modules | ||
run: cd js-packages && 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 |
---|---|---|
|
@@ -147,7 +147,7 @@ jobs: | |
|
||
- uses: actions/[email protected] | ||
with: | ||
node-version: 18 | ||
node-version: 20 | ||
|
||
- 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 |
---|---|---|
|
@@ -123,7 +123,7 @@ jobs: | |
|
||
- uses: actions/[email protected] | ||
with: | ||
node-version: 18 | ||
node-version: 20 | ||
|
||
- 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 |
---|---|---|
|
@@ -138,7 +138,7 @@ jobs: | |
|
||
- uses: actions/[email protected] | ||
with: | ||
node-version: 18 | ||
node-version: 20 | ||
|
||
- 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 |
---|---|---|
|
@@ -80,7 +80,7 @@ jobs: | |
|
||
- uses: actions/[email protected] | ||
with: | ||
node-version: 18 | ||
node-version: 20 | ||
|
||
- name: Run tests | ||
working-directory: js-packages/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: 18 | ||
node-version: 20 | ||
|
||
- 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 |
---|---|---|
|
@@ -144,7 +144,7 @@ jobs: | |
|
||
- uses: actions/[email protected] | ||
with: | ||
node-version: 18 | ||
node-version: 20 | ||
|
||
- 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 |
---|---|---|
|
@@ -69,7 +69,7 @@ jobs: | |
|
||
- uses: actions/[email protected] | ||
with: | ||
node-version: 18 | ||
node-version: 20 | ||
|
||
# - 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 |
---|---|---|
|
@@ -176,7 +176,7 @@ jobs: | |
|
||
- uses: actions/[email protected] | ||
with: | ||
node-version: 18 | ||
node-version: 20 | ||
|
||
- 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 |
---|---|---|
|
@@ -285,7 +285,7 @@ jobs: | |
docker build --file .docker/Dockerfile-unique \ | ||
--build-arg RUNTIME_FEATURES=${{ matrix.runtime_features }} \ | ||
--build-arg RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }} \ | ||
--build-arg GIT_PRIVATE_CREDENTIALS=${{ secrets.GIT_PRIVATE_CREDENTIALS}} \ | ||
--build-arg GIT_PRIVATE_CREDENTIALS=${{ secrets.GIT_PRIVATE_CREDENTIALS }} \ | ||
--tag uniquenetwork/ci-xcm-local:${{ matrix.network }}-${{ env.REF_SLUG }}-${{ env.BUILD_SHA }} \ | ||
. | ||
|
@@ -294,7 +294,7 @@ jobs: | |
|
||
- uses: actions/[email protected] | ||
with: | ||
node-version: 18 | ||
node-version: 20 | ||
|
||
- 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 |
---|---|---|
|
@@ -160,7 +160,7 @@ jobs: | |
|
||
- uses: actions/[email protected] | ||
with: | ||
node-version: 18 | ||
node-version: 20 | ||
|
||
- name: Clone xnft-tests | ||
run: git clone https://github.com/UniqueNetwork/xnft-tests.git | ||
|
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 |
---|---|---|
|
@@ -60,7 +60,7 @@ jobs: | |
|
||
- uses: actions/[email protected] | ||
with: | ||
node-version: 18 | ||
node-version: 20 | ||
|
||
- name: Run tests | ||
working-directory: js-packages/tests | ||
|