Skip to content

chore(deps): bump @typescript-eslint/parser from 8.35.1 to 8.42.0 #44

chore(deps): bump @typescript-eslint/parser from 8.35.1 to 8.42.0

chore(deps): bump @typescript-eslint/parser from 8.35.1 to 8.42.0 #44

name: Checks During Pull Request
on:
pull_request:
types: [opened, synchronize]
jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
- name: 'Use NodeJS v.20'
uses: actions/setup-node@v4
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
node-version: 20
registry-url: 'https://registry.npmjs.org'
- name: 'Install dependencies'
run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: 'Lint'
run: npm run lint
- name: 'Build app'
run: npm run build