Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] - Keepkey build Node version to 16.20.2 #2099

Merged
merged 5 commits into from
Mar 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
- node-build-steps
build-keepkey:
docker:
- image: cimg/node:16.13.1
- image: cimg/node:16.20.2
working_directory: ~/web3-onboard-monorepo/packages/keepkey
steps:
- node-build-steps
Expand Down Expand Up @@ -421,7 +421,7 @@ jobs:
- node-build-steps
build-bitkeep:
docker:
- image: cimg/node:16.20.2
- image: cimg/node:16.13.1
working_directory: ~/web3-onboard-monorepo/packages/bitkeep
steps:
- node-build-steps
Expand Down Expand Up @@ -489,7 +489,7 @@ jobs:
- node-staging-build-steps
build-staging-keepkey:
docker:
- image: cimg/node:16.13.1
- image: cimg/node:16.20.2
working_directory: ~/web3-onboard-monorepo/packages/keepkey
steps:
- node-staging-build-steps
Expand Down Expand Up @@ -705,7 +705,7 @@ jobs:
- node-staging-build-steps
build-staging-bitkeep:
docker:
- image: cimg/node:16.20.2
- image: cimg/node:16.13.1
working_directory: ~/web3-onboard-monorepo/packages/bitkeep
steps:
- node-staging-build-steps
Expand Down
Loading