Skip to content

Commit

Permalink
revert node versions change
Browse files Browse the repository at this point in the history
  • Loading branch information
mschile committed Dec 5, 2024
1 parent c966331 commit 68af3cb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions system-tests/test-binary/node_versions_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,19 @@ function smokeTestDockerImage (dockerImage: string) {

describe('binary node versions', () => {
[
'cypress/base:20.18.1',
'cypress/base:18.16.1',
'cypress/base:20.12.2',
'cypress/base:20.18.0',
'cypress/base:22.0.0',
'cypress/base:22.7.0',
].forEach(smokeTestDockerImage)
})

describe('type: module', () => {
[
'cypress/base:20.18.1',
'cypress/base:18.16.1',
'cypress/base:20.12.2',
'cypress/base:20.18.0',
'cypress/base:22.0.0',
'cypress/base:22.7.0',
].forEach((dockerImage) => {
Expand Down

3 comments on commit 68af3cb

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 68af3cb Dec 5, 2024

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 build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/14.0.0/linux-x64/ryanm/chore/electron-33-upgrade-68af3cb209d80ec331b2a1a91f78fe1c55743371/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 68af3cb Dec 5, 2024

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 arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/14.0.0/linux-arm64/ryanm/chore/electron-33-upgrade-68af3cb209d80ec331b2a1a91f78fe1c55743371/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 68af3cb Dec 5, 2024

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 arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/14.0.0/darwin-arm64/ryanm/chore/electron-33-upgrade-68af3cb209d80ec331b2a1a91f78fe1c55743371/cypress.tgz

Please sign in to comment.