Skip to content

Commit f967812

Browse files
committed
#21: Add Java installation for Firebase Emulator in CI
1 parent a1831d4 commit f967812

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ jobs:
99
password: $DOCKER_TOKEN
1010
steps:
1111
- checkout
12+
- run:
13+
name: Install Java 21 (for Firebase Emulator)
14+
command: |
15+
sudo apt-get update
16+
sudo apt-get install -y openjdk-21-jdk
17+
java -version
1218
- restore_cache:
1319
keys:
1420
- v3-dependencies-{{ checksum "package-lock.json" }}

0 commit comments

Comments
 (0)