Skip to content

chore(deps-dev): bump eslint-plugin-jest from 27.9.0 to 28.4.0 #652

chore(deps-dev): bump eslint-plugin-jest from 27.9.0 to 28.4.0

chore(deps-dev): bump eslint-plugin-jest from 27.9.0 to 28.4.0 #652

Workflow file for this run

name: "build-test"
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- "releases/*"
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- run: |
npm ci
- run: |
npm run all
env:
INPUT_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}