Skip to content

Commit

Permalink
Update the config.yml and package.json file to use 20.5.1
Browse files Browse the repository at this point in the history
This wasn't building in circleci - it didn't look like there was an available tag to use for circleci/node for version 20 so using cimg instead and using the recent upgrade in kafka-search-indexing as an example
  • Loading branch information
jordantroberts committed Aug 31, 2023
1 parent c571e09 commit 3057e24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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:20
- image: cimg/node:20.5.1
auth:
username: $DOCKERHUB_USER
password: $DOCKERHUB_PASSWORD
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": ">=20.0.0",
"node": ">=20.5.1",
"npm": "^6.13.4",
"yarn": "^1.21.1"
},
Expand Down

0 comments on commit 3057e24

Please sign in to comment.