Skip to content

Commit

Permalink
Update Node.js to v20.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 10, 2024
1 parent 1006472 commit b4c84fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
working_directory: ~/app

docker:
- image: cimg/node:20.10.0
- image: cimg/node:20.11.0

steps:
- checkout
Expand All @@ -30,7 +30,7 @@ jobs:

deploy:
docker:
- image: cimg/node:20.10.0
- image: cimg/node:20.11.0

steps:
- add_ssh_keys:
Expand Down

0 comments on commit b4c84fc

Please sign in to comment.