Skip to content

update express-messaging callback events type usage #6

update express-messaging callback events type usage

update express-messaging callback events type usage #6

name: CI express-messaging
on:
push:
branches: [master]
paths:
- "express-messaging/**"
pull_request:
branches: [master]
paths:
- "express-messaging/**"
jobs:
type-check:
runs-on: ubuntu-latest
defaults:
run:
working-directory: express-messaging
strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run type-check