Skip to content

Bump typescript-eslint from 8.61.0 to 8.61.1 in the minor-and-patch group across 1 directory #5169

Bump typescript-eslint from 8.61.0 to 8.61.1 in the minor-and-patch group across 1 directory

Bump typescript-eslint from 8.61.0 to 8.61.1 in the minor-and-patch group across 1 directory #5169

Workflow file for this run

name: Run tests
on:
pull_request:
push:
schedule:
- cron: '3 22 * * SUN'
permissions: {}
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
version: [22, 24]
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: ${{ matrix.version }}
- run: npm ci
- run: npm test --coverage
- run: npm run build
- run: npm run build:docs
- run: npm link
- run: npm ci
working-directory: e2e/js
- run: npm link '@maxmind/minfraud-api-node'
working-directory: e2e/js
- run: npx jest
working-directory: e2e/js
env:
NODE_OPTIONS: --experimental-vm-modules
- run: npm ci
working-directory: e2e/ts
- run: npm link '@maxmind/minfraud-api-node'
working-directory: e2e/ts
- run: npx jest
working-directory: e2e/ts
env:
NODE_OPTIONS: --experimental-vm-modules