Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
- Replace to node 20.18.0
  • Loading branch information
GP-Dan-Tovbein committed Jan 21, 2025
1 parent 55a4351 commit 10a9474
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

frontend-tests:
docker:
- image: greenpeaceinternational/p4-unit-tests:node20.16.0
- image: greenpeaceinternational/p4-unit-tests:node20.18.0
auth:
<<: *docker_auth
steps:
Expand All @@ -108,7 +108,7 @@ jobs:

commitlint:
docker:
- image: greenpeaceinternational/p4-unit-tests:node20.16.0
- image: greenpeaceinternational/p4-unit-tests:node20.18.0
auth:
<<: *docker_auth
steps:
Expand All @@ -119,7 +119,7 @@ jobs:

a11y-tests:
docker:
- image: greenpeaceinternational/p4-unit-tests:node20.16.0
- image: greenpeaceinternational/p4-unit-tests:node20.18.0
auth:
<<: *docker_auth
working_directory: /home/circleci/
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
create-zip:
resource_class: xlarge
docker:
- image: cimg/node:20.16.0
- image: cimg/node:20.18.0
auth:
<<: *docker_auth
steps:
Expand Down Expand Up @@ -305,7 +305,7 @@ jobs:

publish-zip:
docker:
- image: cimg/node:20.16.0
- image: cimg/node:20.18.0
auth:
<<: *docker_auth
steps:
Expand Down

0 comments on commit 10a9474

Please sign in to comment.