Skip to content

build(deps-dev): bump prettier from 2.8.8 to 3.0.0 #104

build(deps-dev): bump prettier from 2.8.8 to 3.0.0

build(deps-dev): bump prettier from 2.8.8 to 3.0.0 #104

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