Skip to content

fix(deps): update dependency commander to v11 #5964

fix(deps): update dependency commander to v11

fix(deps): update dependency commander to v11 #5964

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: '18'
cache: 'npm'
- name: Install npm@9
run: npm i -g npm@9
- name: Install
run: npm ci --prefer-offline
- name: Build
run: npm run build