Skip to content

Commit 94ac306

Browse files
authored
CI: update CircleCI docker image (#25374)
This updates to an image that's using node 16.16.0 and java 18.0.2. | Package | Old | New | ------ | ------- | --- | git | 2.32.0 | 2.37.1 | gradle | 7.2 | 7.5.1 | java | 17 | 18.0.2 | maven | 3.8.2 | 3.8.6 | node | 14.17.6 | 16.16.0 | ubuntu | 20.04.2 LTS | 20.04.4 LTS | yarn | 1.22.5 | 1.22.5
1 parent 2d80a0c commit 94ac306

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 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:17.0.0-node
5+
- image: cimg/openjdk:18.0-node
66

77
- &environment
88
TZ: /usr/share/zoneinfo/America/Los_Angeles
@@ -121,7 +121,7 @@ jobs:
121121
steps:
122122
- checkout
123123
- run:
124-
name: Nodejs Version
124+
name: NodeJS Version
125125
command: node --version
126126
- *restore_yarn_cache
127127
- *restore_node_modules

0 commit comments

Comments
 (0)