Skip to content

chore(deps): bump commander from 11.1.0 to 12.0.0 (#44) #130

chore(deps): bump commander from 11.1.0 to 12.0.0 (#44)

chore(deps): bump commander from 11.1.0 to 12.0.0 (#44) #130

Workflow file for this run

on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
- name: Initialize project
run: |
npm ci
- name: Build
run: |
npm run build
- name: Test
run: |
npm run test