Skip to content

Bump @typescript-eslint/eslint-plugin from 5.61.0 to 6.2.0 #2215

Bump @typescript-eslint/eslint-plugin from 5.61.0 to 6.2.0

Bump @typescript-eslint/eslint-plugin from 5.61.0 to 6.2.0 #2215

Workflow file for this run

name: Run tests
on:
pull_request:
push:
schedule:
- cron: '3 22 * * SUN'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
version: [16, 18, 20]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.version }}
- run: npm install
- run: npm test --coverage
- run: npm run build
- run: npm run build:docs
- run: npm link
- run: npm install
working-directory: e2e/js
- run: npm link '@maxmind/minfraud-api-node'
working-directory: e2e/js
- run: npx jest
working-directory: e2e/js
- run: npm install
working-directory: e2e/ts
- run: npm link '@maxmind/minfraud-api-node'
working-directory: e2e/ts
- run: npx jest
working-directory: e2e/ts