Skip to content

Commit 6864435

Browse files
fix: stop enforcing SCONE as unique TEE framework for orders (#97)
* fix: stop enforcing SCONE as unique TEE framework for orders * chore(deps): upgrade @iexec/dataprotector to 2.0.0-beta.24 version * test: update fetchWorkerpoolOrderbook mock to use encoded tag format * ci: use Node 20 in GitHub Actions workflows
1 parent b1354b9 commit 6864435

File tree

9 files changed

+896
-858
lines changed

9 files changed

+896
-858
lines changed

.github/workflows/dapp-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Setup Node.js
9797
uses: actions/setup-node@v4
9898
with:
99-
node-version: '20.19.0'
99+
node-version: '20'
100100
cache: 'npm'
101101

102102
- name: Install dependencies

.github/workflows/deployment-dapp-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- uses: actions/setup-node@v4
2828
with:
29-
node-version: 18
29+
node-version: 20
3030
cache: 'npm'
3131
cache-dependency-path: deployment-dapp/package-lock.json
3232

.github/workflows/sdk-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- uses: actions/setup-node@v4
2727
with:
28-
node-version: 18
28+
node-version: 20
2929
cache: 'npm'
3030

3131
- name: Install Dependencies
@@ -47,7 +47,7 @@ jobs:
4747

4848
- uses: actions/setup-node@v4
4949
with:
50-
node-version: 18
50+
node-version: 20
5151
cache: 'npm'
5252

5353
- name: Install Dependencies
@@ -73,7 +73,7 @@ jobs:
7373

7474
- uses: actions/setup-node@v4
7575
with:
76-
node-version: 18
76+
node-version: 20
7777
cache: 'npm'
7878

7979
- name: Install Dependencies

0 commit comments

Comments
 (0)