Skip to content

Update jest monorepo to v29.7.0 #151

Update jest monorepo to v29.7.0

Update jest monorepo to v29.7.0 #151

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [18.16.1, 20.4.0]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: |
npm install
npm run build --if-present
npm test