Skip to content

build(deps-dev): bump lerna from 7.2.0 to 7.4.2 #1780

build(deps-dev): bump lerna from 7.2.0 to 7.4.2

build(deps-dev): bump lerna from 7.2.0 to 7.4.2 #1780

Workflow file for this run

name: Build
on: [push]
jobs:
build-os:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest]
steps:
- uses: linz/action-typescript@v3
with:
package-manager: yarn
build:
runs-on: ubuntu-latest
steps:
- uses: linz/action-typescript@v3
with:
package-manager: yarn
# - uses: blacha/hyperfine-action@v1