Skip to content
This repository was archived by the owner on Jul 7, 2026. It is now read-only.

deps: bump @heroku-cli/command from 11.8.0 to 12.4.1 #271

deps: bump @heroku-cli/command from 11.8.0 to 12.4.1

deps: bump @heroku-cli/command from 11.8.0 to 12.4.1 #271

Workflow file for this run

name: Node CI Suite
on:
push
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [20.x, 22.x]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v6
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test