Skip to content

fix(deps): update dependency google-protobuf to ^3.21.4 #353

fix(deps): update dependency google-protobuf to ^3.21.4

fix(deps): update dependency google-protobuf to ^3.21.4 #353

Workflow file for this run

name: TypeScript
on:
pull_request:
paths:
- '.github/workflows/**'
- '**.ts'
- '**/package.json'
- '**/tsconfig.json'
- '**/yarn.lock'
jobs:
typescript-typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/asdf
with:
js: true
- run: yarn install
- name: Typecheck TypeScript
run: yarn run build