Skip to content

Commit ea6470c

Browse files
committed
fix: turbo error
1 parent fbf86c9 commit ea6470c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424

2525
- name: Setup pnpm
2626
uses: pnpm/action-setup@v4
27-
with:
28-
version: latest
2927

3028
- name: Get pnpm store directory
3129
shell: bash
@@ -89,8 +87,6 @@ jobs:
8987

9088
- name: Setup pnpm
9189
uses: pnpm/action-setup@v4
92-
with:
93-
version: latest
9490

9591
- name: Get pnpm store directory
9692
shell: bash

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "3.0.0",
44
"private": true,
55
"type": "module",
6+
"packageManager": "pnpm@10.19.0",
67
"scripts": {
78
"preinstall": "npx only-allow pnpm",
89
"prepare": "husky",

0 commit comments

Comments
 (0)