Skip to content

Commit

Permalink
chore(deps): update node.js to v19.2.0 (#719)
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 Dec 13, 2022
1 parent 3e6b254 commit 4d9eb8b
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 @@ -7,13 +7,13 @@ version: 2.1
executors:
node:
docker:
- image: cimg/node:19.1.0
- image: cimg/node:19.2.0
working_directory: ~/repo
resource_class: small

node-browsers:
docker:
- image: cimg/node:19.1.0-browsers
- image: cimg/node:19.2.0-browsers
working_directory: ~/repo
resource_class: medium

Expand Down

0 comments on commit 4d9eb8b

Please sign in to comment.