Skip to content

chore(deps): bump commander from 11.1.0 to 14.0.3 #16

chore(deps): bump commander from 11.1.0 to 14.0.3

chore(deps): bump commander from 11.1.0 to 14.0.3 #16

name: npm pack check
on:
pull_request:
push:
branches:
- main
jobs:
pack:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npm run build
- run: test -d dist
- run: npm pack --dry-run