Skip to content

Bump prettier from 3.5.1 to 3.5.3 #363

Bump prettier from 3.5.1 to 3.5.3

Bump prettier from 3.5.1 to 3.5.3 #363

Workflow file for this run

name: Build Check
on: push
jobs:
deploy:
name: Build Check
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: npm
- name: Install dependencies
run: npm ci
- name: Build website
run: npm run build