Skip to content

Bump @types/yargs-parser from 21.0.1 to 21.0.2 #3698

Bump @types/yargs-parser from 21.0.1 to 21.0.2

Bump @types/yargs-parser from 21.0.1 to 21.0.2 #3698

Workflow file for this run

name: test
on:
push:
pull_request:
branches: [master]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/[email protected]
- name: Install modules
run: npm install
- name: Run tests
run: npm run test:ci