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

[Sc 11487] update nodejs version to version 20 #32

Merged
merged 3 commits into from
Aug 31, 2023
Merged
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 @@ -5,7 +5,7 @@ defaults: &defaults
working_directory: ~/repo
docker:
# the Docker image with Cypress dependencies
- image: circleci/node:16
- image: cimg/node:20.5.1
auth:
username: $DOCKERHUB_USER
password: $DOCKERHUB_PASSWORD
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Our base image
FROM node:16-alpine as base
FROM node:20-alpine as base

# Create app directory
WORKDIR /src
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ This will generate the docs. You can view them at http://localhost:9004

### Publishing

Once your branch has been approved and merged, follow these steps in master to publish:
Once your branch has been approved and merged, follow these steps in main to publish:

1. In one terminal tab, run `make dev-run`
2. Open a new tab. Run `make dev-ssh`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"serve": "^11.3.0"
},
"engines": {
"node": ">=16.0.0",
"node": ">=20.5.1",
"npm": "^6.13.4",
"yarn": "^1.21.1"
},
Expand Down