Skip to content

Bump @typescript-eslint/parser from 6.21.0 to 7.1.0 #244

Bump @typescript-eslint/parser from 6.21.0 to 7.1.0

Bump @typescript-eslint/parser from 6.21.0 to 7.1.0 #244

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
server:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9' # nevrast.backscattering.de
cache: pipenv
- run: pip install pipenv
- run: pipenv install --dev
- run: pipenv run pip install tomli # Workaround for mypy failing in CI
- run: pipenv run check
client:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18.12.1' # nevrast.backscattering.de
cache: npm
- run: npm ci
- run: npm run lint