Skip to content

npm(deps-dev): bump @typescript-eslint/parser from 7.0.2 to 7.7.0 #282

npm(deps-dev): bump @typescript-eslint/parser from 7.0.2 to 7.7.0

npm(deps-dev): bump @typescript-eslint/parser from 7.0.2 to 7.7.0 #282

Workflow file for this run

name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
build: # make sure build/ci work properly
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: '20.11'
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn all