Skip to content

Merge pull request #113 from Cognigy/release/v0.41.0 #350

Merge pull request #113 from Cognigy/release/v0.41.0

Merge pull request #113 from Cognigy/release/v0.41.0 #350

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm ci
- run: npm run build
- run: npm test