Skip to content

build(deps): bump picomatch from 2.3.1 to 2.3.2 in /samples/client/others/typescript-node/encode-decode/test #4113

build(deps): bump picomatch from 2.3.1 to 2.3.2 in /samples/client/others/typescript-node/encode-decode/test

build(deps): bump picomatch from 2.3.1 to 2.3.2 in /samples/client/others/typescript-node/encode-decode/test #4113

name: TypeScript clients type checks
on:
pull_request:
paths:
- samples/**
- bin/ts-typecheck-all.sh
- .github/workflows/samples-typescript-typecheck.yaml
jobs:
build:
name: Typecheck TypeScript samples
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version:
- 20
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: ${{ matrix.node-version }}
- name: Run type checker
run: ./bin/ts-typecheck-all.sh