Commit dfe657d
fix: migrate CI and release workflows fully to bun
- Replace npm ci/install with bun install across all jobs
- Replace npm run with bun run for lint, build, typecheck, format
- Use bun pm pack + npm publish for release (workaround for bun
not supporting --provenance, per oven-sh/bun#15601)
- Replace node with bun for script execution in smoke tests
- Update paths-filter to watch bun.lock instead of package-lock.json
- Remove npm-specific env vars (NPM_CONFIG_AUDIT, etc.)
- Keep actions/setup-node only where npm registry auth is needed
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 7f7b7f7 commit dfe657d
2 files changed
+14
-31
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | 51 | | |
56 | 52 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
66 | 59 | | |
67 | 60 | | |
68 | 61 | | |
| |||
90 | 83 | | |
91 | 84 | | |
92 | 85 | | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | 86 | | |
97 | 87 | | |
98 | 88 | | |
99 | 89 | | |
100 | 90 | | |
101 | 91 | | |
102 | 92 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | 93 | | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | 94 | | |
111 | 95 | | |
112 | 96 | | |
| |||
122 | 106 | | |
123 | 107 | | |
124 | 108 | | |
125 | | - | |
| 109 | + | |
126 | 110 | | |
127 | 111 | | |
128 | 112 | | |
129 | 113 | | |
130 | 114 | | |
131 | 115 | | |
132 | 116 | | |
133 | | - | |
| 117 | + | |
134 | 118 | | |
135 | 119 | | |
136 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | 17 | | |
21 | 18 | | |
22 | 19 | | |
| |||
29 | 26 | | |
30 | 27 | | |
31 | 28 | | |
32 | | - | |
| 29 | + | |
33 | 30 | | |
34 | 31 | | |
35 | 32 | | |
| |||
40 | 37 | | |
41 | 38 | | |
42 | 39 | | |
43 | | - | |
| 40 | + | |
44 | 41 | | |
45 | 42 | | |
46 | 43 | | |
47 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| |||
0 commit comments