diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bac3e29..f5c535d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: oven-sh/setup-bun@v1.1.1 + - uses: oven-sh/setup-bun@v1 with: bun-version: latest diff --git a/bun.lockb b/bun.lockb index 0dc9f93..e78cedc 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 1013cba..563455e 100644 --- a/package.json +++ b/package.json @@ -44,11 +44,16 @@ "lefthook": "1.6.1", "prettier-package-json": "2.8.0", "recharts": "2.12.0", - "semantic-release": "23.0.2", + "semantic-release": "<23.0.0", "typescript": "5.3.3", "victory": "36.9.1" }, "engines": { "node": ">=16" + }, + "comments": { + "devDependencies": { + "semantic-release": "Need to lock to pre-23.0.0 until oven-sh/setup-bun supports Node 20+, otherwise 'Release' builds fail with '[semantic-release]: node version >=20.8.1 is required. Found v18.19.0.'" + } } }