Bump @typescript-eslint/parser from 6.19.1 to 8.12.2 #376
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PR Requirements | |
on: | |
pull_request: | |
jobs: | |
pr-requirements: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Wildfire Hockey Repo | |
uses: actions/checkout@v4 | |
- name: Prepare Node Environment | |
uses: actions/setup-node@v4 | |
with: | |
node-version: 18.17.1 | |
- name: Install Wildfire Hockey Dependencies | |
run: npm ci | |
- name: Check Linting | |
run: npm run lint |