Skip to content

Commit 1b28db3

Browse files
committed
Add setup-node to test scripts workflow
1 parent 80df96c commit 1b28db3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-install-scripts.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ jobs:
8383
with:
8484
python-version: ${{ matrix.python.major-dot-minor }}
8585

86+
- name: Setup Node per .nvmrc in GUI
87+
uses: actions/setup-node@v5
88+
with:
89+
node-version-file: chia-blockchain-gui/.nvmrc
90+
8691
- uses: ./.github/actions/install
8792
with:
8893
python-version: ${{ matrix.python.major-dot-minor }}

0 commit comments

Comments
 (0)