Skip to content

Commit 8ee5741

Browse files
sserrataclaude
andcommitted
ci: opt Firebase action into Node.js 24 runtime
The FirebaseExtended/action-hosting-deploy action still runs on Node.js 20 which GitHub will deprecate on June 2, 2026. Scope the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 flag to just the Firebase deploy step in both deploy workflows to validate compatibility early. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 467fb6d commit 8ee5741

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy-live.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ jobs:
104104
target: ${{ secrets.FIREBASE_SITE }}
105105
env:
106106
FIREBASE_CLI_PREVIEWS: hostingchannels
107+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
107108

108109
cache_prod_screenshots:
109110
name: Cache Prod Screenshots

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ jobs:
200200
totalPreviewChannelLimit: 25
201201
env:
202202
FIREBASE_CLI_PREVIEWS: hostingchannels
203+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
203204

204205
visual_diff:
205206
name: Visual Diff

0 commit comments

Comments
 (0)