Skip to content

Commit

Permalink
[BUMP] Update Node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 26, 2023
1 parent 8b97fa0 commit ecb5e13
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 @@ -18,7 +18,7 @@ workflows:
jobs:
test:
docker:
- image: cimg/node:19.9.0
- image: cimg/node:20.5.0
resource_class: medium+
steps:
- checkout
Expand All @@ -33,7 +33,7 @@ jobs:
try-scenario:
type: string
docker:
- image: cimg/node:19.9.0
- image: cimg/node:20.5.0
resource_class: medium+
steps:
- checkout
Expand Down

0 comments on commit ecb5e13

Please sign in to comment.