Bump js-yaml from 3.14.1 to 3.14.2 in /js #719
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build | |
| on: | |
| workflow_dispatch: | |
| push: | |
| pull_request: | |
| branches: | |
| - main | |
| - develop | |
| - master | |
| - dev | |
| jobs: | |
| ledger-build: | |
| uses: Zondax/_workflows/.github/workflows/_ledger_main.yml@v3 | |
| with: | |
| runs-on: ${{ github.repository_owner == 'zondax' && 'zondax-runners' || 'ubuntu-latest' }} | |
| has-rust: true | |
| node-version: "22" | |
| # Match the builder's RUSTUP_TOOLCHAIN so build_ledger/build_package install | |
| # rust-src for the nightly the device build actually uses (-Zbuild-std). | |
| rust-version: "nightly-2025-12-05" |