Skip to content

chore(deps-dev): bump @typescript-eslint/parser from 5.47.1 to 5.62.0 #481

chore(deps-dev): bump @typescript-eslint/parser from 5.47.1 to 5.62.0

chore(deps-dev): bump @typescript-eslint/parser from 5.47.1 to 5.62.0 #481

Workflow file for this run

name: Validate Pull Request
on: [pull_request]
jobs:
run:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
env:
CI: true
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: yarn test