Skip to content

build(deps): bump commander from 11.1.0 to 12.1.0 #486

build(deps): bump commander from 11.1.0 to 12.1.0

build(deps): bump commander from 11.1.0 to 12.1.0 #486

Workflow file for this run

name: Lint packages
on:
workflow_dispatch:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js v20
uses: actions/setup-node@v4
with:
node-version: 20
- uses: pnpm/action-setup@v4
- name: Install dependencies and build # build is a postinstall script
run: pnpm install --frozen-lockfile
- name: Lint packages
run: pnpm lint