Skip to content

Commit f26b13d

Browse files
committed
Update node version
1 parent 580fbd5 commit f26b13d

File tree

3 files changed

+161
-124
lines changed

3 files changed

+161
-124
lines changed

.github/workflows/deploy-staging.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: 16.18.1
16+
node-version: 18.19.1
1717
- run: yarn w3o-latest-alpha
1818
- run: yarn build-staging
1919
env:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@web3-onboard/keystone": "^2.3.8-alpha.1",
2424
"@web3-onboard/ledger": "^2.6.0-alpha.1",
2525
"@web3-onboard/magic": "^2.1.7-alpha.1",
26-
"@web3-onboard/metamask": "^2.0.2-alpha.3",
26+
"@web3-onboard/metamask": "^2.0.3-alpha.1",
2727
"@web3-onboard/mew-wallet": "^2.0.4-alpha.1",
2828
"@web3-onboard/phantom": "^2.0.3-alpha.1",
2929
"@web3-onboard/portis": "^2.1.7-alpha.1",

0 commit comments

Comments
 (0)