Skip to content

Commit 5faa691

Browse files
ci: update publish workflow to use .nvmrc
Update GitHub Actions publish workflow to use node version from .nvmrc file instead of hardcoded version 18. Ticket: VL-3418
1 parent fd109ef commit 5faa691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Node
2424
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2525
with:
26-
node-version: 18
26+
node-version-file: .nvmrc
2727

2828
- name: Install BitGoJS
2929
run: yarn install --with-frozen-lockfile

0 commit comments

Comments
 (0)