Skip to content

Conversation

@yogeshchoudhary147
Copy link
Contributor

Problem

Release workflow failed because npm@11 requires Node.js >=20.17.0, but we were using Node.js 18.

Solution

Updated Node.js version from 18 to 22 in:

  • .github/workflows/release.yml
  • .github/actions/framework/action.yml
  • .github/actions/build/action.yml

Aligns with test and browserstack workflows already on Node.js 22.

@yogeshchoudhary147 yogeshchoudhary147 requested a review from a team as a code owner January 7, 2026 13:50
@yogeshchoudhary147 yogeshchoudhary147 merged commit ed2bfbd into main Jan 7, 2026
12 of 13 checks passed
@yogeshchoudhary147 yogeshchoudhary147 deleted the fix/update-node-version-to-22 branch January 7, 2026 14:03
gyaneshgouraw-okta added a commit to auth0/auth0-react that referenced this pull request Jan 28, 2026
)

## Problem

Release workflow failed because npm@11 requires Node.js >=20.17.0, but
we were using Node.js 18.

## Solution

Updated Node.js version from 18 to 22 in:
- `.github/workflows/release.yml`
- `.github/actions/build/action.yml`

Aligns with the same change made in
[auth0-spa-js#1498](auth0/auth0-spa-js#1498).

Workflow failure -
https://github.com/auth0/auth0-react/actions/runs/21427941328
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants