Skip to content

chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 #1440

chore(deps): bump cross-spawn from 7.0.3 to 7.0.6

chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 #1440

Workflow file for this run

name: CI
on:
- pull_request
jobs:
build:
runs-on: ubuntu-latest
env:
CI: true
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version-file: 'package.json'
- run: yarn install
- run: yarn lint
- run: yarn test
- run: yarn build