Skip to content

Commit 8f1ea9e

Browse files
authored
Merge pull request #486 from NaucMeIT/deps/update-bun
2 parents eb7d30a + b58ada6 commit 8f1ea9e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.prototools

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
biome = "1.9.4"
2-
bun = "1.1.36"
2+
bun = "1.1.38"
33
node = "~20"
44
npm = "~10"
55

zerops.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ zerops:
1616
NMIT_LIFETIME_PRODUCT_VARIANT_ID: ${RUNTIME_NMIT_LIFETIME_PRODUCT_VARIANT_ID}
1717
NEXTAUTH_URL: ${RUNTIME_NEXTAUTH_URL}
1818
prepareCommands:
19-
- echo "Upgrading bun to 1.1.36"
19+
- echo "Upgrading bun to 1.1.38"
2020
- bun upgrade
2121
buildCommands:
22-
- bun install
22+
- pnpm install
2323
- bun run postinstall
2424
- bun run validateEnv
2525
- bun x nx build:executable backend --verbose --skip-nx-cache
@@ -29,7 +29,9 @@ zerops:
2929
- node_modules/.prisma
3030
cache:
3131
- node_modules
32-
- bun.lockb
32+
- package.json
33+
- pnpm-lock.yaml
34+
- pnpm-workspace.yaml
3335

3436
run:
3537
base: ubuntu@latest

0 commit comments

Comments
 (0)