Skip to content

chore : updated eslint and cross-spawn versions #416

chore : updated eslint and cross-spawn versions

chore : updated eslint and cross-spawn versions #416

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