Skip to content

fix(logging): ZMSA-63: _stored: yes log also log stored msg size, bum… #252

fix(logging): ZMSA-63: _stored: yes log also log stored msg size, bum…

fix(logging): ZMSA-63: _stored: yes log also log stored msg size, bum… #252

Workflow file for this run

name: Run tests
on:
push:
pull_request:
jobs:
test:
strategy:
matrix:
node: [18, 20, 22, 24]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v6
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm test