Commit 8dbe5e6
chore: standardize on Node 24 across all packages and docs (#261)
* chore: standardize on Node 24 across all packages and docs
Brings the codebase up to Node 24 LTS uniformly. Most of the codebase
was already on Node 24 (Dockerfiles, ci.yml, semantic-release.yml,
testplanit + root + demo package.json); this catches the stragglers:
- engines.node: cli (20), packages/api (18), packages/wdio (18),
docs (18) -> 24
- @types/node in packages/wdio-testplanit-reporter: ^20 -> ^25
(matches the rest of the workspace)
- GitHub Actions node-version: cli-semantic-release (22) and
packages-release (20) -> 24
- Atlassian Forge runtime in forge-app/manifest.yml: nodejs20.x ->
nodejs24.x (Forge added nodejs24.x support)
- Prose docs: CONTRIBUTING.md, docs/{faq,e2e-testing,manual-setup,
sdk/wdio-ci-cd,sdk/jira-forge-app}.md, forge-app/README.md,
packages/wdio-testplanit-reporter/README.md
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* chore: regenerate pnpm-lock.yaml after @types/node bump
CI failed with ERR_PNPM_OUTDATED_LOCKFILE because the engines.node and
@types/node bumps in 9ea9a1c needed a corresponding lockfile update.
Running pnpm install regenerates the lockfile with @types/node@25.6.0
in the wdio reporter (matching the rest of the workspace).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent ecb5ddc commit 8dbe5e6
16 files changed
Lines changed: 162 additions & 130 deletions
File tree
- .github/workflows
- cli
- docs
- docs
- sdk
- forge-app
- packages
- api
- wdio-testplanit-reporter
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
0 commit comments