Skip to content

dep: bump @typescript-eslint/parser from 5.51.0 to 5.59.2 #652

dep: bump @typescript-eslint/parser from 5.51.0 to 5.59.2

dep: bump @typescript-eslint/parser from 5.51.0 to 5.59.2 #652

Workflow file for this run

name: Build
on: push
jobs:
build:
name: Build and Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- name: Get the sources
uses: actions/checkout@v3
- name: Restore the dependencies
run: yarn install --frozen-lockfile
- name: Build and Test
run: yarn run all