mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
ci: update bun version to 1.3.1 (#24053) [publish images]
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -907,7 +907,7 @@ setup_node_gyp_cache() {
|
||||
}
|
||||
|
||||
bun_version_exact() {
|
||||
print "1.2.17"
|
||||
print "1.3.1"
|
||||
}
|
||||
|
||||
install_bun() {
|
||||
|
||||
Reference in New Issue
Block a user