Skip to content

Bump cross-spawn from 7.0.3 to 7.0.6 in /app #4059

Bump cross-spawn from 7.0.3 to 7.0.6 in /app

Bump cross-spawn from 7.0.3 to 7.0.6 in /app #4059

Workflow file for this run

name: Testing
on: [push, pull_request]
jobs:
lint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Node v20
uses: actions/setup-node@v2
with:
node-version: 20
- name: Install dependencies
working-directory: ./app/
run: npm i
- name: Run ESLint
working-directory: ./app/
run: npm run lint