Skip to content

Commit 0244f19

Browse files
committed
set java version to fix emulator tools
1 parent 5532dc3 commit 0244f19

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ jobs:
3737
uses: actions/setup-node@v4
3838
with:
3939
node-version: 20
40+
- name: Set up Java 21
41+
uses: actions/setup-java@v5
42+
with:
43+
distribution: 'temurin'
44+
java-version: '21'
45+
check-latest: true
4046
- name: Install firebase-tools
4147
run: npm install -g firebase-tools
4248
- name: Run Database emulator tests

0 commit comments

Comments
 (0)