Commit be32037
committed
fix CI: register test tgz lookup, version validation, rollup deps
Register test: find tgz by glob instead of constructing filename from
version.txt which is not valid semver in the fork.
Install script: skip version validation when ESBUILD_BINARY_PATH is set
since fork binary reports "aperture-14" not the package.json version.
This also fixes the uglify test which uses the same installForTests path.
Rollup tests: upgrade source-map 0.7.3 -> 0.7.6 (WASM init on Node
21+), remove config-no-module test (Node 21+ CJS/ESM error change).
Signed-off-by: Christian Stewart <christian@aperture.us>1 parent c75dddf commit be32037
3 files changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
781 | 781 | | |
782 | 782 | | |
783 | 783 | | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
784 | 790 | | |
785 | 791 | | |
786 | 792 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
296 | 301 | | |
297 | 302 | | |
298 | 303 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
329 | | - | |
| 329 | + | |
| 330 | + | |
330 | 331 | | |
331 | 332 | | |
332 | 333 | | |
| |||
0 commit comments