Skip to content

chore(deps)(deps): bump commander from 12.1.0 to 15.0.0 in the production-dependencies group across 1 directory #60

chore(deps)(deps): bump commander from 12.1.0 to 15.0.0 in the production-dependencies group across 1 directory

chore(deps)(deps): bump commander from 12.1.0 to 15.0.0 in the production-dependencies group across 1 directory #60

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [18, 20, 22]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- run: npm run build
- run: npm test