From 262588deccff478ac9dcf6698c0bac9aafedb37f Mon Sep 17 00:00:00 2001 From: dswbx Date: Tue, 27 May 2025 13:30:02 +0200 Subject: [PATCH] update github action to use bun 1.2.14 + added .nvmrc (24 breaks for node tests) --- .github/workflows/test.yml | 2 +- .nvmrc | 1 + app/package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .nvmrc diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6fbec3c..8bf85f1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: - name: Setup Bun uses: oven-sh/setup-bun@v1 with: - bun-version: "1.2.5" + bun-version: "1.2.14" - name: Install dependencies working-directory: ./app diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..8fdd954 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +22 \ No newline at end of file diff --git a/app/package.json b/app/package.json index b07743d..9da605e 100644 --- a/app/package.json +++ b/app/package.json @@ -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": {