Skip to content

ON-33745 # Added colors and warning to output after api deployment #278

ON-33745 # Added colors and warning to output after api deployment

ON-33745 # Added colors and warning to output after api deployment #278

Workflow file for this run

name: Test
on: [push]
jobs:
Test:
name: Test Node.js ${{ matrix.node }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: ['18', '20']
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm install -g .
- run: npm test