Skip to content

build(deps-dev): bump commit-and-tag-version from 9.5.0 to 12.4.1 #45

build(deps-dev): bump commit-and-tag-version from 9.5.0 to 12.4.1

build(deps-dev): bump commit-and-tag-version from 9.5.0 to 12.4.1 #45

Workflow file for this run

name: Build, lint, test
on:
push:
pull_request:
branches: [master]
jobs:
build-and-test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: ci/build-and-test.sh
env:
NODE_VERSION: ${{ matrix.node-version }}