Skip to content

Commit

Permalink
fix(deps): update node.js to v18.18.0 (#1000)
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] committed Oct 8, 2023
1 parent aeb6b06 commit f420d93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -7,7 +7,7 @@ version: 2.1
executors:
node:
docker:
- image: cimg/node:18.16.1-browsers
- image: cimg/node:18.18.0-browsers
resource_class: small
working_directory: ~/repo
environment:
Expand All @@ -18,7 +18,7 @@ executors:

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

0 comments on commit f420d93

Please sign in to comment.