pnpm
Some checks failed
Check / Lint and Check (push) Failing after 6s

This commit is contained in:
2025-07-13 01:19:03 +02:00
parent af49f49bbf
commit 723863b971
5 changed files with 6074 additions and 9471 deletions

View File

@ -4,7 +4,7 @@ on:
pull_request: pull_request:
push: push:
branches: branches:
- '**' # matches every branch - "**" # matches every branch
jobs: jobs:
lint_and_check: lint_and_check:
@ -19,10 +19,10 @@ jobs:
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with: with:
node-version: 22 node-version: 22
cache: 'npm' cache: "pnpm"
- name: Install dependencies - name: Install dependencies
run: npm ci run: pnpm install
- name: Run check - name: Run check
run: npm run check run: pnpm run check

9466
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -44,5 +44,5 @@
"turbo": "2.5.4", "turbo": "2.5.4",
"typescript": "5.8.3" "typescript": "5.8.3"
}, },
"packageManager": "npm@11.4.2" "packageManager": "pnpm@10.13.1"
} }

6066
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff

3
pnpm-workspace.yaml Normal file
View File

@ -0,0 +1,3 @@
onlyBuiltDependencies:
- '@tailwindcss/oxide'
- sharp