Skip to content

Commit d2e804b

Browse files
Merge pull request #6790 from BitGo/VL-3418
ci: update publish workflow to use .nvmrc
2 parents fd109ef + 5faa691 commit d2e804b

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)