Skip to content

Commit

Permalink
Update node versions for WC within CI flow (#2010)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamj1232 authored Nov 29, 2023
1 parent 5438f18 commit ceebe15
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.13.1
- image: cimg/node:16.14.2
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.13.1
- image: cimg/node:16.14.2
working_directory: ~/web3-onboard-monorepo/packages/walletconnect
steps:
- node-staging-build-steps
Expand Down

0 comments on commit ceebe15

Please sign in to comment.