File tree Expand file tree Collapse file tree 5 files changed +7
-158
lines changed
Expand file tree Collapse file tree 5 files changed +7
-158
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments