Skip to content

Commit 2566fa8

Browse files
committed
Add .nvmrc to e2e (take 2)
1 parent 9490006 commit 2566fa8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/e2e-simple.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ npm install "$cli_path"
144144

145145
# Install the app in a temporary location
146146
cd $temp_app_path
147+
echo "v14.18.2" > .nvmrc
147148
create_react_app --scripts-version="$scripts_path" test-app
148149

149150
# ******************************************************************************

0 commit comments

Comments
 (0)