Skip to content

Bump @typescript-eslint/parser from 5.62.0 to 6.10.0 #471

Bump @typescript-eslint/parser from 5.62.0 to 6.10.0

Bump @typescript-eslint/parser from 5.62.0 to 6.10.0 #471

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Setup node
uses: actions/[email protected]
with:
node-version: 16.x
- name: Restore cache
uses: actions/[email protected]
with:
path: |
.yarn/cache
node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: ${{ runner.os }}-yarn-
- run: yarn install
- run: yarn build