Skip to content

chore(deps-dev): bump execa from 7.1.1 to 8.0.1 #413

chore(deps-dev): bump execa from 7.1.1 to 8.0.1

chore(deps-dev): bump execa from 7.1.1 to 8.0.1 #413

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: "yarn"
- name: Install dependencies
run: yarn install
- name: Lint
run: yarn lint