Skip to content

build(deps): update dependency prettier to ~3.2.5 #83

build(deps): update dependency prettier to ~3.2.5

build(deps): update dependency prettier to ~3.2.5 #83

Workflow file for this run

name: Node.js
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 14.x
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn format-check