fix(build): corepackのバグの回避 (#15387)

* fix: disallow corepack from fetching latest manager version instead use specified version in package.json

* Update Changelog

* fix?

* apply COREPACK_DEFAULT_TO_LATEST: 0 to every github workflows

* Revert "apply COREPACK_DEFAULT_TO_LATEST: 0 to every github workflows"

This reverts commit 67f0dc31adaa04f891f74f5c44a3d4d13a302a03.

* apply COREPACK_DEFAULT_TO_LATEST: 0 to every github workflows (re)

* fix

* fix?

* revert: removing corepack enable

* test: set COREPACK_DEFAULT_TO_LATEST for federation tests

---------

Co-authored-by: Marie <github@yuugi.dev>
Co-authored-by: anatawa12 <anatawa12@icloud.com>
This commit is contained in:
かっこかり 2025-02-03 22:45:59 +09:00 committed by GitHub
parent a1be39d94f
commit 9c70a4e631
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 53 additions and 1 deletions

View file

@ -1,7 +1,8 @@
## 2025.2.0
### General
-
- Fix: Docker のビルドに失敗する問題を修正
(Cherry-picked from https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/883)
### Client
- Fix: 一部環境でセンシティブなファイルを含むノートの非表示が効かない問題