Skip to content

Commit

Permalink
ci: update node to v20.x on circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
malessani committed Nov 14, 2024
1 parent 380e7d3 commit fcebe23
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 @@ -59,7 +59,7 @@ jobs:

build:
docker:
- image: cimg/node:18.17.0
- image: cimg/node:20.18.0
resource_class: medium
environment:
FOLDER: checkout
Expand All @@ -86,7 +86,7 @@ jobs:

build-on-pci-bucket:
docker:
- image: cimg/node:18.17.0
- image: cimg/node:20.18.0
resource_class: medium
environment:
FOLDER: checkout
Expand Down

0 comments on commit fcebe23

Please sign in to comment.