Skip to content

Commit

Permalink
[BUMP] Update Node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 5, 2024
1 parent 854d520 commit 885420f
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:20.16.0
- image: cimg/node:22.5.1
resource_class: medium+
steps:
- checkout
Expand All @@ -33,7 +33,7 @@ jobs:
try-scenario:
type: string
docker:
- image: cimg/node:20.16.0
- image: cimg/node:22.5.1
resource_class: medium+
steps:
- checkout
Expand Down

0 comments on commit 885420f

Please sign in to comment.