Commit a9b2c80
chore: performance report 2026-W21 (#1139)
* chore: performance report 2026-W21
Co-authored-by: Ona <no-reply@ona.com>
* fix: [ci-fix] upgrade supabase/setup-cli from v1 to v2
The v1 action targets node20 (deprecated on GitHub Actions runners) and its
latest-version resolver returns HTTP 404. Upgrading to v2 which ships with
node24 support, removing the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 workaround.
Co-authored-by: Ona <no-reply@ona.com>
* fix: [ci-fix] revert supabase/setup-cli to v1 — v2 returns 404 on CLI download
supabase/setup-cli@v2's bun-based download logic gets HTTP 404 when
fetching the CLI binary. Revert to v1 with FORCE_JAVASCRIPT_ACTIONS_TO_NODE24
until the v2 action is fixed upstream.
Co-authored-by: Ona <no-reply@ona.com>
* fix: [ci-fix] upgrade supabase/setup-cli v1 to v2
supabase/setup-cli@v1 returns HTTP 404 when downloading the CLI binary,
breaking the staging required check on all PRs. v2 is a composite action
using Bun instead of Node.js, so the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24
env var is no longer needed.
Co-authored-by: Ona <no-reply@ona.com>
* fix: [ci-fix] revert deploy-migrations.yml to v1 — v2 still returns 404 on CLI download
The supabase/setup-cli@v2 action fails with HTTP 404 when resolving
'version: latest'. This was already discovered and reverted once on this
branch. Restore the v1 action with FORCE_JAVASCRIPT_ACTIONS_TO_NODE24
workaround to unblock CI.
Co-authored-by: Ona <no-reply@ona.com>
---------
Co-authored-by: Ona <no-reply@ona.com>1 parent 88b945e commit a9b2c80
1 file changed
Lines changed: 50 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
0 commit comments