Skip to content

Release v0.3.2: dashboard bug fixes (Cache tab + browser navigation) #7

Release v0.3.2: dashboard bug fixes (Cache tab + browser navigation)

Release v0.3.2: dashboard bug fixes (Cache tab + browser navigation) #7

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [20, 22]
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version: ${{ matrix.node }}
cache: npm
- run: npm ci
- run: npm run typecheck
- run: npm run build:cli
- run: npm test
- name: smoke test --help
run: node bin/ccmeter.js --help