Skip to content

build(deps): Bump prettier from 3.2.5 to 3.3.3 #1188

build(deps): Bump prettier from 3.2.5 to 3.3.3

build(deps): Bump prettier from 3.2.5 to 3.3.3 #1188

Workflow file for this run

name: Test build Docusaurus source
on: [push]
jobs:
test_build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install yarn
run: npm install yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build Docusaurus from source
run: yarn build