update github action to use bun 1.2.14 + added .nvmrc (24 breaks for node tests)

This commit is contained in:
dswbx
2025-05-27 13:30:02 +02:00
parent 17ab35e245
commit 262588decc
3 changed files with 3 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
"type": "module",
"sideEffects": false,
"bin": "./dist/cli/index.js",
"version": "0.12.0",
"version": "0.13.0-rc.0",
"description": "Lightweight Firebase/Supabase alternative built to run anywhere — incl. Next.js, React Router, Astro, Cloudflare, Bun, Node, AWS Lambda & more.",
"homepage": "https://bknd.io",
"repository": {