ci: update bun version to 1.3.1 (#24053) [publish images]

This commit is contained in:
Meghan Denny
2025-10-25 14:53:02 -08:00
committed by GitHub
parent fb1fbe62e6
commit a2b262ed69
2 changed files with 2 additions and 2 deletions

View File

@@ -244,7 +244,7 @@ function Install-NodeJs {
}
function Install-Bun {
Install-Package bun -Version "1.2.17"
Install-Package bun -Version "1.3.1"
}
function Install-Cygwin {

View File

@@ -907,7 +907,7 @@ setup_node_gyp_cache() {
}
bun_version_exact() {
print "1.2.17"
print "1.3.1"
}
install_bun() {