Skip to content

Commit 50895bc

Browse files
authored
CI: Run with Node.js 18.20 (#28774)
1 parent cffbcac commit 50895bc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22

33
aliases:
44
- &docker
5-
- image: cimg/openjdk:18.0-node
5+
- image: cimg/node:18.20.1-browsers
66

77
- &environment
88
TZ: /usr/share/zoneinfo/America/Los_Angeles
@@ -246,8 +246,7 @@ jobs:
246246
command: ./scripts/circleci/run_devtools_e2e_tests.js
247247

248248
run_fixtures_flight_tests:
249-
docker:
250-
- image: cimg/openjdk:20.0-node
249+
docker: *docker
251250
environment: *environment
252251
steps:
253252
- checkout

0 commit comments

Comments
 (0)