Skip to content

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

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

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

Workflow file for this run

name: build
on: push
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
cache: 'yarn'
node-version: '20'
- run: yarn install
- run: yarn run build