Skip to content

Update @scure/bip32 1.3.1 → 1.3.2 (patch) #5813

Update @scure/bip32 1.3.1 → 1.3.2 (patch)

Update @scure/bip32 1.3.1 → 1.3.2 (patch) #5813

Workflow file for this run

name: Code quality - typecheck
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize]
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18"
cache: "yarn"
- run: yarn install
- name: Typechecking
run: yarn tsc:compile