Skip to content

Commit f5a11a0

Browse files
committed
fix(ci): declarar packageManager pro pnpm/action-setup resolver versão
1 parent 02395b5 commit f5a11a0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@
5151
"tsx": "^4.21.0",
5252
"typescript": "~5.7.3"
5353
},
54+
"packageManager": "pnpm@9.15.9",
5455
"engines": {
55-
"node": ">=22"
56+
"node": ">=22",
57+
"pnpm": ">=9"
5658
}
5759
}

0 commit comments

Comments
 (0)