fix(ci): docker:27-cli image job; clear postcss and sharp HIGHs (#24)
ci / test (push) Successful in 10m17s
ci / e2e (push) Blocked by required conditions
ci / shared (push) Successful in 14s
ci / image (push) Successful in 50s

This commit was merged in pull request #24.
This commit is contained in:
2026-08-31 15:51:39 +00:00
parent 63fde7993c
commit ac28e2256f
3 changed files with 268 additions and 220 deletions
+3 -2
View File
@@ -52,8 +52,9 @@
"pnpm": {
"overrides": {
"nanoid@<3.3.18": ">=3.3.18",
"postcss@<8.4.31": ">=8.4.31",
"@auth/core@<0.41.3": ">=0.41.3"
"postcss@<8.5.18": ">=8.5.18",
"@auth/core@<0.41.3": ">=0.41.3",
"sharp@<0.35.0": ">=0.35.0"
}
}
}