Skip to content

Commit

Permalink
Update Node.js to v20.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 24, 2024
1 parent 49f90fd commit bf03f9c
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.16.0

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

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

steps:
- add_ssh_keys:
Expand Down

0 comments on commit bf03f9c

Please sign in to comment.