Skip to content

chore(deps-dev): Bump jest-cli from 23.6.0 to 29.7.0 #50

chore(deps-dev): Bump jest-cli from 23.6.0 to 29.7.0

chore(deps-dev): Bump jest-cli from 23.6.0 to 29.7.0 #50

Workflow file for this run

name: CI
on: push
jobs:
test-node:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: 'yarn'
node-version-file: '.tool-versions'
- run: yarn install
- run: yarn test:node
test-web:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: browser-actions/setup-chrome@v1
- uses: actions/setup-node@v4
with:
cache: 'yarn'
node-version-file: '.tool-versions'
- run: yarn install
- run: yarn test:web