Skip to content

Update jest monorepo to v29 #943

Update jest monorepo to v29

Update jest monorepo to v29 #943

Workflow file for this run

name: Build
on: push
jobs:
main:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 14.x ]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build
- run: npm test