File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11biome = "1.9.4"
2- bun = "1.1.36 "
2+ bun = "1.1.38 "
33node = "~20"
44npm = "~10"
55
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments