Skip to content

build(deps-dev): Bump eslint-plugin-jest from 27.4.2 to 27.6.0 (#144) #281

build(deps-dev): Bump eslint-plugin-jest from 27.4.2 to 27.6.0 (#144)

build(deps-dev): Bump eslint-plugin-jest from 27.4.2 to 27.6.0 (#144) #281

Workflow file for this run

name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
test: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
cache: npm
- run: |
npm ci
- run: |
npm run all
env:
INPUT_TOKEN: ${{ secrets.GITHUB_TOKEN }}