Skip to content

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

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 #225

Workflow file for this run

name: test
on:
push:
branches-ignore:
- main
pull_request:
types: [opened, reopened]
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm install --force
- run: npm run lint