Skip to content

Only support version 22 of node #1147

Only support version 22 of node

Only support version 22 of node #1147

Workflow file for this run

name: Test (NPM)
on:
push:
branches-ignore: ['main']
jobs:
static-checks-npm:
uses: digicatapult/shared-workflows/.github/workflows/static-checks-npm.yml@main
with:
matrix_commands: '["lint", "depcheck", "check"]'
check-version:
uses: digicatapult/shared-workflows/.github/workflows/check-version.yml@main
permissions:
contents: write
tests:
uses: digicatapult/shared-workflows/.github/workflows/tests-npm.yml@main
with:
tests: '["test", "test:unit"]'
docker_compose_file: ''