Skip to content

build(deps-dev): bump eslint-plugin-jest from 28.8.0 to 28.8.1 in the eslint group #721

build(deps-dev): bump eslint-plugin-jest from 28.8.0 to 28.8.1 in the eslint group

build(deps-dev): bump eslint-plugin-jest from 28.8.0 to 28.8.1 in the eslint group #721

Workflow file for this run

name: Test
on:
push:
branches: ["main"]
pull_request:
branches: ["**"]
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
env:
npm_config_engine_strict: true
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: npm
- run: npm install --global npm@latest
- run: npm ci
- run: npm test --ignore-scripts
- run: npm run test:docker
lint:
uses: ybiquitous/.github/.github/workflows/nodejs-lint-reusable.yml@main