Skip to content

Commit

Permalink
Update Trezor & Keepkey build node v to 18 (#2098)
Browse files Browse the repository at this point in the history
* Update trezor build node v to 18

* Update keepkey node v also
  • Loading branch information
Adamj1232 authored Mar 20, 2024
1 parent 7045b26 commit 4cb2bb8
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
- node-build-steps
build-trezor:
docker:
- image: cimg/node:16.13.1
- image: cimg/node:18.19.1
working_directory: ~/web3-onboard-monorepo/packages/trezor
steps:
- node-build-steps
Expand Down Expand Up @@ -421,7 +421,7 @@ jobs:
- node-build-steps
build-bitkeep:
docker:
- image: cimg/node:16.13.1
- image: cimg/node:16.20.2
working_directory: ~/web3-onboard-monorepo/packages/bitkeep
steps:
- node-build-steps
Expand Down Expand Up @@ -450,8 +450,6 @@ jobs:
steps:
- node-build-steps



# Build staging/Alpha releases
build-staging-core:
docker:
Expand Down Expand Up @@ -533,7 +531,7 @@ jobs:
- node-staging-build-steps
build-staging-trezor:
docker:
- image: cimg/node:16.13.1
- image: cimg/node:18.19.1
working_directory: ~/web3-onboard-monorepo/packages/trezor
steps:
- node-staging-build-steps
Expand Down Expand Up @@ -707,7 +705,7 @@ jobs:
- node-staging-build-steps
build-staging-bitkeep:
docker:
- image: cimg/node:16.13.1
- image: cimg/node:16.20.2
working_directory: ~/web3-onboard-monorepo/packages/bitkeep
steps:
- node-staging-build-steps
Expand Down Expand Up @@ -1020,4 +1018,4 @@ workflows:
- build-particle:
<<: *deploy_production_filters
- build-staging-particle:
<<: *deploy_staging_filters
<<: *deploy_staging_filters

0 comments on commit 4cb2bb8

Please sign in to comment.