Skip to content

Updated eslint and cross-spawn versions #414

Updated eslint and cross-spawn versions

Updated eslint and cross-spawn versions #414

Workflow file for this run

on:
pull_request:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- run: yarn install --frozen-lockfile
- run: yarn test