Skip to content

Commit

Permalink
CI: Run with Node.js 18.20 (#28774)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Apr 9, 2024
1 parent cffbcac commit 50895bc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1

aliases:
- &docker
- image: cimg/openjdk:18.0-node
- image: cimg/node:18.20.1-browsers

- &environment
TZ: /usr/share/zoneinfo/America/Los_Angeles
Expand Down Expand Up @@ -246,8 +246,7 @@ jobs:
command: ./scripts/circleci/run_devtools_e2e_tests.js

run_fixtures_flight_tests:
docker:
- image: cimg/openjdk:20.0-node
docker: *docker
environment: *environment
steps:
- checkout
Expand Down

0 comments on commit 50895bc

Please sign in to comment.