Skip to content

build(deps-dev): bump eslint-plugin-github from 5.0.1 to 5.0.2 #824

build(deps-dev): bump eslint-plugin-github from 5.0.1 to 5.0.2

build(deps-dev): bump eslint-plugin-github from 5.0.1 to 5.0.2 #824

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
- name: "Run scripts"
run: npm run all
env:
NODE_OPTIONS: "--max_old_space_size=4096"