chore: update linting and formatting

chore: fix linter for www
This commit is contained in:
haritabh-z01 2025-06-28 10:12:04 +05:30
parent ba9d875bdc
commit dd6af5e879
10 changed files with 41 additions and 15 deletions

View file

@ -22,7 +22,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 24
- name: Install pnpm
uses: pnpm/action-setup@v2
@ -43,7 +43,10 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm --filter @amical/www install
run: pnpm install
- name: Lint
run: pnpm lint
- name: Build
run: pnpm --filter @amical/www build