Skip to content

Add Node.js 22.x to build matrix #4

Add Node.js 22.x to build matrix

Add Node.js 22.x to build matrix #4

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 18.x, 20.x, 22.x ]
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/build
with:
version: ${{ matrix.node-version }}