Skip to content

Commit ef53fc7

Browse files
committed
feat: update Node.js version and fix MSR compatibility
Update Node.js to v24.11.0 and add .nvmrc file to standardize versions. Add patch-package dependency to fix MSR compatibility with semantic-release v25, addressing ESM default export issues. Co-authored-by: llm-git <[email protected]> Ticket: BTC-0
1 parent b550b4c commit ef53fc7

File tree

5 files changed

+228
-11
lines changed

5 files changed

+228
-11
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Node
4040
uses: actions/setup-node@v4
4141
with:
42-
node-version: 20
42+
node-version: 24.11.0
4343
registry-url: https://registry.npmjs.org
4444

4545
- name: Ensure npm 11.5.1

.nvmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
24.11.0
2+

0 commit comments

Comments
 (0)