Skip to content

ci: Slack notifications for drift, competitive matrix, and new PRs #307

ci: Slack notifications for drift, competitive matrix, and new PRs

ci: Slack notifications for drift, competitive matrix, and new PRs #307

Workflow file for this run

name: Unit Tests
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20, 22, 24]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm test