Skip to content

chore(deps-dev): bump prettier from 3.2.4 to 3.2.5 #546

chore(deps-dev): bump prettier from 3.2.4 to 3.2.5

chore(deps-dev): bump prettier from 3.2.4 to 3.2.5 #546

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 18
- 20
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- run: yarn install
- run: yarn build
- run: yarn test