Skip to content

chore(deps-dev): bump @typescript-eslint/parser from 6.4.1 to 8.18.2 #699

chore(deps-dev): bump @typescript-eslint/parser from 6.4.1 to 8.18.2

chore(deps-dev): bump @typescript-eslint/parser from 6.4.1 to 8.18.2 #699

Workflow file for this run

name: PR Analysis
on:
pull_request:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: actions/[email protected]
with:
node-version: "18"
cache: npm
- name: Pull down dependencies
run: npm install
- name: Run linting
run: npm run lint
- name: Build
run: npm run build:misc && npm run build -- --configuration=production
- name: Run unit tests
run: npm run test:ci