Skip to content

Commit 7e934c8

Browse files
committed
Explicitly set node version in test script
1 parent 0dbbc1d commit 7e934c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ else
99
source ~/.bashrc
1010
fi
1111

12+
nvm install ${NODE_VERSION}
13+
nvm alias default ${NODE_VERSION}
14+
1215
node --version
1316
npm --version
1417

0 commit comments

Comments
 (0)