Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 9, 2024
1 parent f633b29 commit 28a5e25
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:21.7.3
- image: cimg/node:22.8.0
resource_class: medium
working_directory: ~/repo
environment:
Expand All @@ -14,7 +14,7 @@ executors:

node-browsers:
docker:
- image: cimg/node:21.7.3-browsers
- image: cimg/node:22.8.0-browsers
resource_class: medium
working_directory: ~/repo
environment:
Expand Down

0 comments on commit 28a5e25

Please sign in to comment.