Skip to content

npm(deps-dev): bump eslint-plugin-jest from 27.2.3 to 27.4.0 (#63) #131

npm(deps-dev): bump eslint-plugin-jest from 27.2.3 to 27.4.0 (#63)

npm(deps-dev): bump eslint-plugin-jest from 27.2.3 to 27.4.0 (#63) #131

Workflow file for this run

name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
build: # make sure build/ci work properly
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: '18.16.0'
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn all