This repository was archived by the owner on May 30, 2026. It is now read-only.
Commit e41c766
a.kaznacheev
fix Node.js 20 deprecation: force all actions to use Node.js 24
softprops/action-gh-release has no Node.js 24 version yet (action.yml
still declares node20 even in v2.5.0). Using FORCE_JAVASCRIPT_ACTIONS_TO_NODE24
env var to opt-in globally at workflow level.
Made-with: Cursor1 parent 951b86e commit e41c766
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| |||
105 | 108 | | |
106 | 109 | | |
107 | 110 | | |
108 | | - | |
| 111 | + | |
109 | 112 | | |
110 | 113 | | |
111 | 114 | | |
| |||
0 commit comments