Skip to content

build(deps): bump prettier from 3.7.3 to 3.7.4 #178

build(deps): bump prettier from 3.7.3 to 3.7.4

build(deps): bump prettier from 3.7.3 to 3.7.4 #178

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Use node.js
uses: actions/setup-node@v5
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
package-manager-cache: false
- name: Installing Dependencies
run: pnpm install
- name: Running unit Test
run: pnpm run test:unit