Skip to content

AP-7007 # Fixed github action permissions to allow docs and github re… #136

AP-7007 # Fixed github action permissions to allow docs and github re…

AP-7007 # Fixed github action permissions to allow docs and github re… #136

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- 'main'
tags-ignore:
- '**'
jobs:
Test:
name: Test Node.js ${{ matrix.node }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: ['24']
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm test