Skip to content

Commit bd4e8bd

Browse files
author
Charles Overbeck
committed
Guess for smoke tests problem
I noticed smoke tests are running on Node 16 whereas we require Node 18. Hoping that might be it.
1 parent 6a4ee28 commit bd4e8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ parameters:
292292
default: false
293293
java-tag:
294294
type: string
295-
default: "17.0.4-browsers"
295+
default: "17.0.7-browsers"
296296
postgres-tag:
297297
type: string
298298
default: "16.1"

0 commit comments

Comments
 (0)