Skip to content

build(deps-dev): bump jest from 28.1.3 to 29.6.4 #118

build(deps-dev): bump jest from 28.1.3 to 29.6.4

build(deps-dev): bump jest from 28.1.3 to 29.6.4 #118

Workflow file for this run

name: CI workflow
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [14, 16, 18]
name: Test on node version ${{ matrix.node }}
steps:
- name: start redpanda
uses: redpanda-data/github-action@v0.1.3
with:
version: "latest"
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: npm install
- name: Run tests
run: npm run test