Skip to content

build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.12.2 #827

build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.12.2

build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.12.2 #827

Workflow file for this run

name: 'Main PR'
on:
pull_request:
branches:
- main
jobs:
# Build, package and run Jest tests
Package_RunTests:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
- name: "Run scripts"
run: npm run all
env:
NODE_OPTIONS: "--max_old_space_size=4096"