Skip to content

fix(deps): bump jest from 29.6.1 to 29.6.4 #104

fix(deps): bump jest from 29.6.1 to 29.6.4

fix(deps): bump jest from 29.6.1 to 29.6.4 #104

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- uses: actions/setup-node@v3
with:
always-auth: true
- name: Install dependencies
run: yarn
- name: Test
run: yarn test