-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit 8f5f2f3
ref(bun): Ensure bun is latest for local tests (#16244)
I noticed that my bun version locally was old, leading to weird test
issues.
Now, our install script will ensure this is the latest version. On CI,
we already test against the latest version.
(Noticed this because bun 1.0.2 which I had installed reports itself as
Node 18.5.0 which lead to ESM warnings)1 parent 5a12eed commit 8f5f2f3
File tree
3 files changed
+51
-34
lines changed- dev-packages/node-integration-tests/suites/esm/warn-esm
- packages
- bun/scripts
- node/src/sdk
3 files changed
+51
-34
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 | - | ||
9 | - | ||
8 | + | ||
10 | 9 |
| |
11 | 10 |
| |
12 | 11 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 | - | ||
13 | + | ||
14 | 14 |
| |
15 | 15 |
| |
16 | - | ||
17 | - | ||
18 | - | ||
19 | - | ||
20 | - | ||
21 | - | ||
22 | - | ||
23 | - | ||
24 | - | ||
25 | - | ||
26 | - | ||
27 | - | ||
28 | - | ||
29 | - | ||
16 | + | ||
17 | + | ||
18 | + | ||
30 | 19 |
| |
31 | - | ||
32 | - | ||
33 | - | ||
34 | - | ||
35 | - | ||
36 | - | ||
37 | - | ||
38 | - | ||
39 | - | ||
40 | - | ||
41 | - | ||
42 | - | ||
43 | - | ||
20 | + | ||
21 | + | ||
22 | + | ||
44 | 23 |
| |
45 | - | ||
46 | - | ||
47 | - | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
48 | 34 |
| |
49 | 35 |
| |
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
48 | + | ||
49 | + | ||
50 | + | ||
51 | + | ||
52 | + | ||
53 | + | ||
54 | + | ||
55 | + | ||
56 | + | ||
57 | + | ||
58 | + | ||
59 | + | ||
60 | + | ||
61 | + | ||
62 | + | ||
63 | + | ||
64 | + | ||
65 | + | ||
66 | + | ||
67 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 | - | ||
62 | + | ||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
|
0 commit comments