Skip to content

build(deps-dev): bump prettier from 3.6.2 to 3.8.3 #943

build(deps-dev): bump prettier from 3.6.2 to 3.8.3

build(deps-dev): bump prettier from 3.6.2 to 3.8.3 #943

Workflow file for this run

name: Build Code
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: latest
- name: Install Dependencies
run: pnpm i --frozen-lockfile --ignore-scripts
- name: Build
run: pnpm run build