Skip to content

fix(message): change limit to take and update proto to send createdAt… #52

fix(message): change limit to take and update proto to send createdAt…

fix(message): change limit to take and update proto to send createdAt… #52

Workflow file for this run

name: Analyze & Test
on:
push:
branches:
- '*'
tags:
- '*'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: unit test
run: |
yarn
yarn build
yarn lint
yarn test
env:
CI: true