Skip to content

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

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

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

Workflow file for this run

name: NodeJS CI
on:
push:
branches: [ main ]
pull_request: # TODO: remove this trigger
branches: [ main ]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
test:
name: ${{ matrix.node }}
strategy:
fail-fast: false
matrix:
node: [ 20.x, 21.x ]
uses: ./.github/workflows/template-main.yaml
with:
version: max
nodejs: ${{ matrix.node }}