Skip to content

Commit fa7658e

Browse files
committed
ci: add Java 21 setup step (required by firebase-tools 15)
1 parent 5887bad commit fa7658e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ jobs:
5858
cache: 'npm'
5959
- name: Install deps
6060
run: npm ci
61+
- name: Setup Java
62+
uses: actions/setup-java@v4
63+
with:
64+
distribution: 'temurin'
65+
java-version: '21'
6166
- name: Install deps for functions
6267
run: npm install
6368
working-directory: ./functions

0 commit comments

Comments
 (0)