Skip to content

Bugfix/ts expect error is a bug #273

Bugfix/ts expect error is a bug

Bugfix/ts expect error is a bug #273

Workflow file for this run

name: build
on:
push:
branches: [v4.x]
pull_request:
branches: [v4.x]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '20.10.0'
- name: Install dependencies
run: yarn
- run: yarn verify