Skip to content

Update commander 10.0.1 → 12.1.0 (major) #2

Update commander 10.0.1 → 12.1.0 (major)

Update commander 10.0.1 → 12.1.0 (major) #2

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: lts/*
- name: Install dependencies
run: npm install
- name: Run Jest tests
run: npm test