Skip to content

Commit

Permalink
fix install-required-node
Browse files Browse the repository at this point in the history
  • Loading branch information
flotwig committed Nov 10, 2021
1 parent 8f93f17 commit b338d91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion circle.yml
Expand Up @@ -279,7 +279,8 @@ commands:
export NODE_VERSION=<<parameters.version>>
export NODE_VERSION=${NODE_VERSION:-$(cat .node-version)}
echo "Installing Node $NODE_VERSION"
echo $NODE_VERSION > .nvmrc
echo $NODE_VERSION > .node-version
cp .node-version .nvmrc
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.3/install.sh | bash
. ./scripts/load-nvm.sh
echo "before nvm install"
Expand Down

2 comments on commit b338d91

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on b338d91 Nov 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/8.8.0/circle-9.0-release-b338d91eb8d4ad943a3fbc43e5536024b3fb4d19/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on b338d91 Nov 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/8.8.0/circle-9.0-release-b338d91eb8d4ad943a3fbc43e5536024b3fb4d19/cypress.tgz

Please sign in to comment.