Skip to content

Commit 08de737

Browse files
chore(ci): upgrade Node.js version to 20.19.0
1 parent 847a669 commit 08de737

File tree

5 files changed

+7
-158
lines changed

5 files changed

+7
-158
lines changed

.github/workflows/dapp-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- uses: actions/setup-node@v4
2525
with:
26-
node-version: 20
26+
node-version: '20.19.0'
2727
cache: 'npm'
2828
cache-dependency-path: dapp/package-lock.json
2929

@@ -52,7 +52,7 @@ jobs:
5252

5353
- uses: actions/setup-node@v4
5454
with:
55-
node-version: 20
55+
node-version: '20.19.0'
5656
cache: 'npm'
5757
cache-dependency-path: dapp/package-lock.json
5858

.github/workflows/dapp-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Setup Node.js
7676
uses: actions/setup-node@v4
7777
with:
78-
node-version: '20'
78+
node-version: '20.19.0'
7979
cache: 'npm'
8080

8181
- name: Install dependencies
@@ -121,6 +121,7 @@ jobs:
121121
- name: Add resource to whitelist
122122
env:
123123
CONTRACT_ADDRESS: ${{ secrets.WEB3MAIL_WHITELIST_CONTRACT_ADDRESS }}
124+
WALLET_PRIVATE_KEY: ${{ secrets.WEB3MAIL_DAPP_OWNER_PRIVATEKEY }}
124125
run: |
125126
cd node_modules/whitelist-smart-contract
126127
export ADDRESS_TO_ADD=$(cat ../../deployment-dapp/.app-address) && npm run addResourceToWhitelist

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

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

2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: 18
24+
node-version: '20.19.0'
2525
cache: 'npm'
2626
cache-dependency-path: deployment-dapp/package-lock.json
2727

.github/workflows/sdk-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node.js
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: '18'
18+
node-version: '20.19.0'
1919
cache: 'npm'
2020

2121
- name: Install dependencies
@@ -34,7 +34,7 @@ jobs:
3434

3535
- uses: actions/setup-node@v4
3636
with:
37-
node-version: 18
37+
node-version: '20.19.0'
3838
cache: 'npm'
3939
cache-dependency-path: package-lock.json
4040

.github/workflows/sdk-manual-operations.yml

Lines changed: 0 additions & 152 deletions
This file was deleted.

0 commit comments

Comments
 (0)