We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5532dc3 commit 0244f19Copy full SHA for 0244f19
.github/workflows/ci.yml
@@ -37,6 +37,12 @@ jobs:
37
uses: actions/setup-node@v4
38
with:
39
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
46
- name: Install firebase-tools
47
run: npm install -g firebase-tools
48
- name: Run Database emulator tests
0 commit comments