Commit 977dc99
authored
fix: update default Node version to 22 in workflow configurations (#1001)
## 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/214279413281 parent 76b0d9b commit 977dc99
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
0 commit comments