Skip to content

build(deps-dev): bump @smithy/types from 3.3.0 to 4.0.0 #2036

build(deps-dev): bump @smithy/types from 3.3.0 to 4.0.0

build(deps-dev): bump @smithy/types from 3.3.0 to 4.0.0 #2036

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
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