Commit f4a5fe3
committed
refactor(ci): use .node-version instead of external-tools.json
Remove build-infra/external-tools.json dependency from workflows.
Use .node-version file and packageManager field from package.json
for tool versions instead.
- ci.yml: Read Node.js version from .node-version
- publish-socketbin.yml: Use node-version-file and pnpm/action-setup
- Remove packages/build-infra/external-tools.json (obsolete)
The build-infra package is retained for its esbuild plugins and
utilities which are still used by the build system.1 parent 2360e50 commit f4a5fe3
File tree
3 files changed
+8
-59
lines changed- .github/workflows
- packages/build-infra
3 files changed
+8
-59
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
| 44 | + | |
56 | 45 | | |
57 | 46 | | |
58 | | - | |
| 47 | + | |
59 | 48 | | |
60 | 49 | | |
61 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | 125 | | |
135 | 126 | | |
136 | 127 | | |
137 | | - | |
| 128 | + | |
138 | 129 | | |
139 | 130 | | |
140 | 131 | | |
141 | | - | |
142 | | - | |
143 | | - | |
| 132 | + | |
144 | 133 | | |
145 | 134 | | |
146 | 135 | | |
| |||
354 | 343 | | |
355 | 344 | | |
356 | 345 | | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | 346 | | |
367 | 347 | | |
368 | 348 | | |
369 | | - | |
| 349 | + | |
370 | 350 | | |
371 | 351 | | |
372 | 352 | | |
373 | | - | |
374 | | - | |
375 | | - | |
| 353 | + | |
376 | 354 | | |
377 | 355 | | |
378 | 356 | | |
| |||
This file was deleted.
0 commit comments