Skip to content

chore(deps-dev): bump jest from 29.4.1 to 29.5.0 (#24) #102

chore(deps-dev): bump jest from 29.4.1 to 29.5.0 (#24)

chore(deps-dev): bump jest from 29.4.1 to 29.5.0 (#24) #102

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
name: Test on node
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn build
- run: yarn test-cov