1 parent 996900e commit f41a114Copy full SHA for f41a114
2 files changed
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
- uses: actions/setup-java@v4
24
with:
25
distribution: temurin
26
- java-version: "17"
+ java-version: "21"
27
- run: bun install --frozen-lockfile
28
# Guard against tag drifting from package.json version
29
- run: test "$GITHUB_REF_NAME" = "v$(npm pkg get version | tr -d '\"')"
.github/workflows/test.yml
@@ -1,6 +1,7 @@
1
name: Test
2
3
on:
4
+ workflow_dispatch:
5
push:
6
branches: [main]
7
pull_request:
@@ -22,7 +23,7 @@ jobs:
22
- run: bun run typecheck
- run: bun run lint
0 commit comments