Commit 64b91a1
committed
test(release): assert the release build pins bun via the version file
The release extensions workflow test asserted the literal
`bun-version: "1.3.6"` in the build job. The guard's intent is that the
release build pins Bun rather than floating, and that still holds; the
mechanism is now `bun-version-file` reading packageManager from
package.json.
Point the assertion at the new form so the guard keeps its meaning
instead of pinning a string that no longer appears.1 parent 5cd7810 commit 64b91a1
1 file changed
Lines changed: 3 additions & 1 deletion
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
| |||
0 commit comments