Skip to content

fix(deps): update dependency commander to v12 - autoclosed #1453

fix(deps): update dependency commander to v12 - autoclosed

fix(deps): update dependency commander to v12 - autoclosed #1453

Workflow file for this run

name: Test Merge Commit
on: pull_request
permissions:
contents: read
jobs:
test-merge:
runs-on: ${{ matrix.config.os }}
strategy:
matrix:
config:
# arch isn't used and we have no way to use it currently
- { os: macos-latest, arch: x64 }
- { os: ubuntu-latest, arch: x64 }
- { os: windows-latest, arch: x64 }
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm ci
- run: npm test
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
with:
directory: ./coverage/