Commit 892290f
committed
ci: bump GitHub Actions to node24 runtimes
actions/checkout@v4, actions/setup-node@v4 and cypress-io/github-action@v6
all run on the node20 action runtime, which GitHub is deprecating — hence the
"Node.js 20 is deprecated" warning on the Actions runner. Bump each to the
major that runs on node24:
- actions/checkout v4 -> v5 (testing, e2e, publish)
- actions/setup-node v4 -> v5 (testing, publish)
- cypress-io/github-action v6 -> v7 (e2e)
This is the action runtime only; the build/test Node (node-version 22.17.1)
is unchanged. cypress-io/github-action v7.0.0's sole breaking change is the
node20 -> node24 runtime bump, so the build/start/browser inputs are
unaffected.1 parent 0ce405a commit 892290f
3 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments