Skip to content

Bump yargs from 17.6.2 to 17.7.2 #328

Bump yargs from 17.6.2 to 17.7.2

Bump yargs from 17.6.2 to 17.7.2 #328

Workflow file for this run

name: Linting
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
lint:
name: JavaScript
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install dependencies
run: npm ci
- name: Run linter
run: npm run lint