Skip to content

Commit f41a114

Browse files
committed
ci: bump JDK to 21 for firebase-tools emulator
1 parent 996900e commit f41a114

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/setup-java@v4
2424
with:
2525
distribution: temurin
26-
java-version: "17"
26+
java-version: "21"
2727
- run: bun install --frozen-lockfile
2828
# Guard against tag drifting from package.json version
2929
- run: test "$GITHUB_REF_NAME" = "v$(npm pkg get version | tr -d '\"')"

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Test
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [main]
67
pull_request:
@@ -22,7 +23,7 @@ jobs:
2223
- uses: actions/setup-java@v4
2324
with:
2425
distribution: temurin
25-
java-version: "17"
26+
java-version: "21"
2627
- run: bun install --frozen-lockfile
2728
- run: bun run typecheck
2829
- run: bun run lint

0 commit comments

Comments
 (0)