Commit b99f92f
authored
Fix node sea build with newer node (#10345)
It seems like node now is able to bundle single excutable without an
external tool but as part of this is broke the existing pipeline. This
should fix it until we figure out what we want to do.
Either we only keep building the executable directly on latest node and
skip on other or we keep that until node 22 is dropped1 parent 25c1dda commit b99f92f
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments