Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update node 20.11.1 #6609

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:

release-storybook:
docker:
- image: node:18.15.0-buster
- image: node:20.11.1-buster
steps:
- checkout
- add_ssh_keys:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dependencies
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# A base image with all operating system dependencies, but no Cypress or browsers.
# See https://github.com/cypress-io/cypress-docker-images for more info.

FROM cypress/base:18.15.0
FROM cypress/base:20.11.1

# Setting environment variables
ENV CHROME_VERSION=121.0.6167.85-1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Please view the dedicated [Docker readme](./docs/Docker.md).

```bash
brew install nvm
nvm use 18.15.0
nvm use 20.11.1
```

3. Install node packages:
Expand Down
2 changes: 1 addition & 1 deletion docs/Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ Couldn't find tsconfig.json. tsconfig-paths will be skipped
┌────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Cypress: 12.17.4 │
│ Browser: Chrome 106 (headless) │
│ Node Version: v18.15.0 (/usr/local/bin/node) │
│ Node Version: v20.11.1 (/usr/local/bin/node) │
│ Specs: 7 found (community-spec.js, company-spec.js, contact-spec.js, event-spec.js, i │
│ nteraction-spec.js, investment-spec.js, omis-spec.js) │
│ Searched: test/visual/cypress/specs/**/*.js │
Expand Down
Loading
Loading