Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Bump inquirer from 9.2.1 to 9.2.7 #263

Bump inquirer from 9.2.1 to 9.2.7

Bump inquirer from 9.2.1 to 9.2.7 #263

Workflow file for this run

name: Coverage
on: [ push ]
jobs:
build:
name: Coverage 📊
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize Node
uses: actions/setup-node@v3
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- name: Install deps
run: npm ci
- name: Run coverage
run: npm run coverage