Skip to content

build(deps): bump prettier from 3.6.2 to 3.8.1 #139

build(deps): bump prettier from 3.6.2 to 3.8.1

build(deps): bump prettier from 3.6.2 to 3.8.1 #139

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
cache-dependency-path: package-lock.json
- name: Install Dependencies
run: npm ci
- name: Lint Check
run: npm run lint
- name: Build Check
run: npm run build