Skip to content

Commit

Permalink
Update node version required for Walletconnect package
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamj1232 committed Jan 11, 2024
1 parent 2e92f29 commit 2168ae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ jobs:
- node-build-steps
build-walletconnect:
docker:
- image: cimg/node:16.14.2
- image: cimg/node:18.19.0
working_directory: ~/web3-onboard-monorepo/packages/walletconnect
steps:
- node-build-steps
Expand Down Expand Up @@ -545,7 +545,7 @@ jobs:
- node-staging-build-steps
build-staging-walletconnect:
docker:
- image: cimg/node:16.14.2
- image: cimg/node:18.19.0
working_directory: ~/web3-onboard-monorepo/packages/walletconnect
steps:
- node-staging-build-steps
Expand Down

0 comments on commit 2168ae0

Please sign in to comment.