Skip to content

Commit 887c97a

Browse files
committed
chore: wip
1 parent a5cfb2d commit 887c97a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# download & extract bun

.stacks/core/cloud/src/runtime/nodejs/build.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

.stacks/core/utils/src/helpers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ export async function installIfVersionMismatch() {
3333
const installedBunVersion = process.version
3434

3535
if (!semver.satisfies(installedBunVersion, requiredBunVersion)) {
36-
log.warn(`Installed Node.js version (${installedBunVersion}) does not satisfy required version (${requiredBunVersion}). Adding it to your environment. One moment...`)
37-
await runCommand(`tea +nodejs.org${requiredBunVersion} >/dev/null 2>&1`)
36+
log.warn(`Installed Bun version (${installedBunVersion}) does not satisfy required version (${requiredBunVersion}). Adding it to your environment. One moment...`)
37+
await runCommand(`tea +bun.sh${requiredBunVersion} >/dev/null 2>&1`)
3838
}
3939
}
4040

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<application>
22
<component name="NodeJsLocalInterpreterManager">
3-
<local-interpreter path="$USER_HOME$/.stacks/nodejs.org/v18.16.0/bin/node">
4-
<version-cache version="18.16.0" last-modified="1681347494000" />
3+
<local-interpreter path="$USER_HOME$/.stacks/bun.sh/v*/bin/bun">
4+
<version-cache version="0.6.14" last-modified="1681347494001" />
55
</local-interpreter>
66
</component>
7-
</application>
7+
</application>

0 commit comments

Comments
 (0)