Skip to content

Commit d9b61f6

Browse files
committed
Merge branch 'main' into chore/link-validation
2 parents f54d537 + aadd7cf commit d9b61f6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717

1818
- name: Setup pnpm
1919
uses: pnpm/action-setup@v4
20-
with:
21-
version: latest
2220

2321
- name: Install dependencies
2422
run: pnpm install --frozen-lockfile

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,6 @@
6868
"tsx": "^4.20.5",
6969
"tw-animate-css": "^1.3.8",
7070
"typescript": "^5.9.2"
71-
}
71+
},
72+
"packageManager": "[email protected]"
7273
}

0 commit comments

Comments
 (0)