Skip to content

Commit

Permalink
Update Node.js to v20.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 27, 2024
1 parent 49f90fd commit a461766
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.11.1
- image: cimg/node:20.12.0

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

deploy:
docker:
- image: cimg/node:20.11.1
- image: cimg/node:20.12.0

steps:
- add_ssh_keys:
Expand Down

0 comments on commit a461766

Please sign in to comment.