Skip to content

build: Provide pipeline for testing with NodeJS 20.x and 21.x #1

build: Provide pipeline for testing with NodeJS 20.x and 21.x

build: Provide pipeline for testing with NodeJS 20.x and 21.x #1

Workflow file for this run

name: NodeJS CI
on:
push:
branches: [ main ]
pull_request: # TODO: remove this trigger
branches: [ main ]
workflow_dispatch:
jobs:
test:
name: ${{ matrix.version }}
strategy:
fail-fast: false
matrix:
version: [ 20.x, 21.x ]
uses: ./.github/workflows/template-main.yaml
with:
version: max
nodejs: ${{ matrix.version }}