Skip to content

Update dependency jest to v29.6.4 #1808

Update dependency jest to v29.6.4

Update dependency jest to v29.6.4 #1808

Workflow file for this run

name: Node.js CI
on: [push]
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: setup
uses: actions/setup-node@v3
with:
node-version: lts/*
- name: install
run: yarn install --frozen-lockfile
- name: build
run: yarn build
- name: test
run: yarn test
env:
CI: true
# for jest
FORCE_COLOR: true