Skip to content

updating readme on addHandler for hooks (#1116) #2215

updating readme on addHandler for hooks (#1116)

updating readme on addHandler for hooks (#1116) #2215

Workflow file for this run

name: tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '20', '22' ]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Start Services
run: yarn test:services:start
- name: Install Dependencies
run: yarn
- name: Test Packages
run: yarn test