Skip to content

build(deps-dev): bump @typescript-eslint/parser from 5.46.1 to 5.62.0 #780

build(deps-dev): bump @typescript-eslint/parser from 5.46.1 to 5.62.0

build(deps-dev): bump @typescript-eslint/parser from 5.46.1 to 5.62.0 #780

Workflow file for this run

name: CI
on:
push:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
validate:
name: Validate
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout Repo
uses: actions/checkout@v3
- name: ⬢ Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '*'
cache: yarn
- name: 📦 Install Packages
run: yarn install --frozen-lockfile
- name: 🧪 Run Tests
run: yarn test