File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 MACOS_SIGNING_IDENTITY : ${{ secrets.MACOS_SIGNING_IDENTITY }}
1414 MACOS_NOTARY_KEY_ID : ${{ secrets.MACOS_NOTARY_KEY_ID }}
1515 MACOS_NOTARY_ISSUER_ID : ${{ secrets.MACOS_NOTARY_ISSUER_ID }}
16+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : true
1617
1718jobs :
1819 # ── Build frontend once, share across platform jobs ──────────────────────
2324 - uses : actions/checkout@v5
2425 - uses : actions/setup-node@v6
2526 with :
26- node-version : ' 20 '
27+ node-version : ' 24 '
2728 cache : npm
2829 cache-dependency-path : frontend/package-lock.json
2930 - run : npm ci
@@ -70,12 +71,12 @@ jobs:
7071 # ── Go ────────────────────────────────────────────────────────────────
7172 - uses : actions/setup-go@v6
7273 with :
73- go-version : ' 1.23 '
74+ go-version : ' 1.26 '
7475
7576 # ── Node ──────────────────────────────────────────────────────────────
7677 - uses : actions/setup-node@v6
7778 with :
78- node-version : ' 20 '
79+ node-version : ' 24 '
7980
8081 # ── Restore built frontend ────────────────────────────────────────────
8182 - uses : actions/download-artifact@v5
You can’t perform that action at this time.
0 commit comments