Skip to content

fix(deps): update dependency commander to v13 #42

fix(deps): update dependency commander to v13

fix(deps): update dependency commander to v13 #42

Workflow file for this run

name: Check
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm install
env:
KAPETA_CI: true