Skip to content

Commit b338d91

Browse files
committed
fix install-required-node
1 parent 8f93f17 commit b338d91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

circle.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,8 @@ commands:
279279
export NODE_VERSION=<<parameters.version>>
280280
export NODE_VERSION=${NODE_VERSION:-$(cat .node-version)}
281281
echo "Installing Node $NODE_VERSION"
282-
echo $NODE_VERSION > .nvmrc
282+
echo $NODE_VERSION > .node-version
283+
cp .node-version .nvmrc
283284
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.3/install.sh | bash
284285
. ./scripts/load-nvm.sh
285286
echo "before nvm install"

0 commit comments

Comments
 (0)