Skip to content

Update all non-major dependencies #692

Update all non-major dependencies

Update all non-major dependencies #692

Workflow file for this run

name: Jest
on:
push:
branches-ignore:
- main
jobs:
jest:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 19.x]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: yarn install --immutable --immutable-cache --check-cache
- name: Build
run: yarn build
- name: Test
run: yarn test