Skip to content

Commit ce7bb09

Browse files
authored
Merge pull request #3096 from humanprotocol/develop
Release 2025-02-25
2 parents 9b300e6 + 1bfeae7 commit ce7bb09

File tree

408 files changed

+13032
-15932
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

408 files changed

+13032
-15932
lines changed

.github/workflows/cd-core.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13+
- uses: actions/setup-node@v4
14+
with:
15+
node-version-file: .nvmrc
1316
- run: yarn --ignore-scripts
1417
name: Install dependencies
1518
- run: yarn build

.github/workflows/cd-deploy-contracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
- uses: actions/checkout@v4
3636
with:
3737
token: ${{ secrets.GH_TOKEN_CD_CONTRACTS }}
38+
- uses: actions/setup-node@v4
39+
with:
40+
node-version-file: .nvmrc
3841
- name: Install dependencies
3942
run: npm install --global yarn && yarn --ignore-scripts
4043
- run: yarn build

.github/workflows/cd-node-sdk.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v4
18+
- uses: actions/setup-node@v4
19+
with:
20+
node-version-file: .nvmrc
1821
- run: yarn --ignore-scripts
1922
name: Install dependencies
2023
- run: yarn build

.github/workflows/cd-subgraph.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Node.js
3131
uses: actions/setup-node@v4
3232
with:
33-
node-version: '18.20.1'
33+
node-version-file: .nvmrc
3434
- name: Filter Networks
3535
id: filter_networks
3636
run: |

.github/workflows/ci-lint.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16+
- uses: actions/setup-node@v4
17+
with:
18+
node-version-file: .nvmrc
1619
- run: npm install --global yarn && yarn
1720
name: Install dependencies
1821
- run: yarn lint

.github/workflows/ci-test-core.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v4
18+
- uses: actions/setup-node@v4
19+
with:
20+
node-version-file: .nvmrc
1821
- run: npm install --global yarn && yarn --ignore-scripts
1922
name: Install dependencies
2023
- run: yarn workspace @human-protocol/core test

.github/workflows/ci-test-cvat-recording-oracle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
paths:
66
- 'packages/examples/cvat/recording-oracle/**'
7-
- 'packages/sdk/python/human-protocol-sdk/**'
7+
- 'packages/core/**'
88

99
jobs:
1010
cvat-exo-test:

.github/workflows/ci-test-dashboard.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4
20+
- uses: actions/setup-node@v4
21+
with:
22+
node-version-file: .nvmrc
2023
- run: npm install --global yarn && yarn
2124
name: Install dependencies
2225
- run: yarn workspace @human-protocol/dashboard-server test

.github/workflows/ci-test-faucet-server.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4
20+
- uses: actions/setup-node@v4
21+
with:
22+
node-version-file: .nvmrc
2023
- run: npm install --global yarn && yarn
2124
name: Install dependencies
2225
- run: cp .env.example .env

.github/workflows/ci-test-fortune.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4
20+
- uses: actions/setup-node@v4
21+
with:
22+
node-version-file: .nvmrc
2023
- run: npm install --global yarn && yarn
2124
name: Install dependencies
2225
- run: yarn workspace @human-protocol/fortune-exchange-oracle-server test

0 commit comments

Comments
 (0)