Skip to content

Bump jest from 28.1.3 to 29.7.0 #1686

Bump jest from 28.1.3 to 29.7.0

Bump jest from 28.1.3 to 29.7.0 #1686

name: build-and-test
on: [push]
jobs:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [18.x]
name: Node ${{ matrix.node }} run
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
- run: npm install
- run: make test