Skip to content

build(deps-dev): bump cross-spawn from 7.0.3 to 7.0.6 #2209

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

build(deps-dev): bump cross-spawn from 7.0.3 to 7.0.6 #2209

Workflow file for this run

name: Prettier
on:
pull_request:
push:
jobs:
prettier:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npx --yes prettier -c .