Skip to content

Commit

Permalink
build: rollback semantic-release version
Browse files Browse the repository at this point in the history
  • Loading branch information
EvHaus committed Feb 20, 2024
1 parent 979834a commit b04c10d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Binary file modified bun.lockb
Binary file not shown.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.'"
}
}
}

0 comments on commit b04c10d

Please sign in to comment.