Skip to content

Commit

Permalink
chore(deps): update node.js to v20.8.1 (#1405)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 16, 2023
1 parent de1501b commit c16535e
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 @@ -3,7 +3,7 @@ version: 2.1
executors:
node:
docker:
- image: cimg/node:20.8.0
- image: cimg/node:20.8.1
resource_class: small
working_directory: ~/repo
environment:
Expand All @@ -14,7 +14,7 @@ executors:

node-interop:
docker:
- image: cimg/node:20.8.0-browsers
- image: cimg/node:20.8.1-browsers
resource_class: "medium+"
working_directory: ~/repo
environment:
Expand Down

0 comments on commit c16535e

Please sign in to comment.