Skip to content

build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.21.0 to 8.32.1 #294

build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.21.0 to 8.32.1

build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.21.0 to 8.32.1 #294

Workflow file for this run

# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
name: Node.js CI
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.40.0-jammy
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm run test:unit