@ -4,7 +4,7 @@ on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- '**' # matches every branch
|
||||
- "**" # matches every branch
|
||||
|
||||
jobs:
|
||||
lint_and_check:
|
||||
@ -19,10 +19,10 @@ jobs:
|
||||
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
|
||||
with:
|
||||
node-version: 22
|
||||
cache: 'npm'
|
||||
cache: "pnpm"
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
run: pnpm install
|
||||
|
||||
- name: Run check
|
||||
run: npm run check
|
||||
run: pnpm run check
|
||||
|
9466
package-lock.json
generated
9466
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -44,5 +44,5 @@
|
||||
"turbo": "2.5.4",
|
||||
"typescript": "5.8.3"
|
||||
},
|
||||
"packageManager": "npm@11.4.2"
|
||||
"packageManager": "pnpm@10.13.1"
|
||||
}
|
||||
|
6066
pnpm-lock.yaml
generated
Normal file
6066
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
3
pnpm-workspace.yaml
Normal file
3
pnpm-workspace.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
onlyBuiltDependencies:
|
||||
- '@tailwindcss/oxide'
|
||||
- sharp
|
Reference in New Issue
Block a user