Skip to content

Commit 694c42c

Browse files
authored
Merge pull request #54 from BitGo/BTC-0.update-semantic-override-patch
feat: update Node.js version and fix MSR compatibility
2 parents f656de8 + ef53fc7 commit 694c42c

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)