Skip to content

Add Node 22 setup in Firebase workflows - #348

Merged
FarDust merged 3 commits into
developfrom
codex/actualizar-workflows-para-usar-node-18
Jun 6, 2025
Merged

Add Node 22 setup in Firebase workflows#348
FarDust merged 3 commits into
developfrom
codex/actualizar-workflows-para-usar-node-18

Conversation

@FarDust

@FarDust FarDust commented Jun 5, 2025

Copy link
Copy Markdown
Owner

Summary

  • use actions/setup-node@v3 with Node 22 and npm cache for merge workflow
  • use actions/setup-node@v3 with Node 22 and npm cache for pull-request workflow

Testing

  • node --version
  • npm ci --prefer-offline --no-audit --silent (fails: command interrupted)

https://chatgpt.com/codex/tasks/task_e_68421e9601f88325890b1a004ca2cf60

@FarDust
FarDust changed the base branch from main to develop June 6, 2025 00:36
@github-actions

github-actions Bot commented Jun 6, 2025

Copy link
Copy Markdown

Visit the preview URL for this PR (updated for commit 3339fd3):

https://fardust--pr348-codex-actualizar-wor-aboec31m.web.app

(expires Fri, 13 Jun 2025 00:38:06 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 0f6899045884acfb21b4b818dabc8dfdf9a83d8d

@FarDust
FarDust requested a review from Copilot June 6, 2025 00:39
@FarDust FarDust self-assigned this Jun 6, 2025
@FarDust FarDust changed the title Add Node 18 setup in Firebase workflows Add Node 22 setup in Firebase workflows Jun 6, 2025

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the Firebase workflows to use actions/setup-node@v3 with a node version to support the new Node setup in Firebase deployments.

  • Adds a Node setup step in both the pull-request and merge workflows
  • Configures npm caching for improved build performance

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
.github/workflows/firebase-hosting-pull-request.yml Added Node setup step with node-version '22'
.github/workflows/firebase-hosting-merge.yml Added Node setup step with node-version '22'

Comment thread .github/workflows/firebase-hosting-pull-request.yml
Comment thread .github/workflows/firebase-hosting-merge.yml
@FarDust
FarDust merged commit baae377 into develop Jun 6, 2025
@FarDust
FarDust deleted the codex/actualizar-workflows-para-usar-node-18 branch June 6, 2025 00:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants