mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
CI: Run with Node.js 18.20 (#28774)
This commit is contained in:
committed by
GitHub
parent
cffbcac8e3
commit
50895bc161
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user