Skip to content

chore(deps-dev): bump eslint-plugin-jest from 28.5.0 to 28.6.0 (#357) #329

chore(deps-dev): bump eslint-plugin-jest from 28.5.0 to 28.6.0 (#357)

chore(deps-dev): bump eslint-plugin-jest from 28.5.0 to 28.6.0 (#357) #329

Workflow file for this run

name: build
on:
push:
branches: ['master']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Build
run: npm run build