ci: add packageManager to package.json
Some checks failed
/ check (20) (push) Failing after 26s
/ check (22) (push) Failing after 26s

Signed-off-by: Alix von Schirp <github@avonschirp.bootmedia.de>
This commit is contained in:
2025-12-22 00:03:35 +01:00
parent 39e222fa55
commit 512adab923

View File

@@ -31,5 +31,6 @@
"package.json": "finepack",
"*.{js,ts,jsx,tsx}": "eslint --fix .",
"*.{js,ts,jsx,tsx,json,css,md}": "prettier --write"
}
},
"packageManager": "pnpm@10.26.1"
}