Commit cce9fe9
migrate action runtime from Node.js 20 to Node.js 24 (#692)
GitHub Actions has deprecated the node20 runtime; actions will be
forced to run on node24 by default starting June 2026. Update all
action.yml manifests, package.json (@types/node, @tsconfig/node24),
package-lock.json, CI workflows, and rebundle dist/ output.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent b6a7e89 commit cce9fe9
69 files changed
Lines changed: 382 additions & 8958 deletions
File tree
- .github/workflows
- actions-install
- add-solution-component
- assign-group
- assign-user
- backup-environment
- branch-solution
- catalog-status
- check-solution
- clone-solution
- copy-environment
- create-environment
- delete-environment
- delete-solution
- deploy-package
- dist/actions
- actions-install
- add-solution-component
- assign-group
- assign-user
- backup-environment
- branch-solution
- catalog-status
- check-solution
- clone-solution
- copy-environment
- create-environment
- delete-environment
- delete-solution
- deploy-package
- download-paportal
- export-data
- export-solution
- import-data
- import-solution
- install-catalog
- pack-solution
- publish-solution
- reset-environment
- restore-environment
- set-online-solution-version
- submit-catalog
- unpack-solution
- update-solution-version
- upgrade-solution
- upload-paportal
- who-am-i
- download-paportal
- export-data
- export-solution
- import-data
- import-solution
- install-application
- install-catalog
- pack-solution
- publish-solution
- reset-environment
- restore-environment
- set-online-solution-version
- submit-catalog
- unpack-solution
- update-solution-version
- upgrade-solution
- upload-paportal
- who-am-i
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
0 commit comments