Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
- node-build-steps
build-trezor:
docker:
- image: cimg/node:18.18.2
- image: cimg/node:20.18.0
working_directory: ~/web3-onboard-monorepo/packages/trezor
steps:
- node-build-steps
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-status-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Nodejs and yarn
uses: actions/setup-node@v2
with:
node-version: "18.19.1"
node-version: "20.18.0"
cache: yarn

- name: Install dependencies
Expand All @@ -31,5 +31,5 @@ jobs:
- name: Check formatting and types
run: yarn type-check

- name: Check that versions of the package dependencies match those in yarns lock file
- name: Check that versions of the package dependencies match those in yarn's lock file
run: yarn file-check
4 changes: 2 additions & 2 deletions packages/trezor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-onboard/trezor",
"version": "2.4.6",
"version": "2.4.7",
"description": "Trezor hardware wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
"keywords": [
"Ethereum",
Expand Down Expand Up @@ -66,6 +66,6 @@
"eth-crypto": "^2.1.0",
"ethereumjs-util": "^7.1.3",
"hdkey": "^2.0.1",
"@trezor/connect-web": "^9.0.11"
"@trezor/connect-web": "^9.5.0"
}
}
Loading