fix(ci): declare packageManager for pnpm/action-setup #6

Merged
julien merged 2 commits from fix/ci/pin-pnpm-version into main 2026-05-04 12:36:38 +02:00
Showing only changes of commit c104adb226 - Show all commits
+1
View File
@@ -2,6 +2,7 @@
"name": "apf-portal",
"version": "0.0.0",
"license": "MIT",
"packageManager": "pnpm@10.33.2",
"scripts": {
"prepare": "husky",
"ci:check": "pnpm exec nx affected -t format:check lint test build",