We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bab9504 commit fcb65afCopy full SHA for fcb65af
.github/workflows/ci.yml
@@ -133,9 +133,6 @@ jobs:
133
java: "17"
134
steps:
135
- uses: actions/checkout@v4
136
- - uses: actions/setup-node@v4
137
- with:
138
- node-version: "21"
139
- uses: actions/setup-java@v4
140
with:
141
distribution: 'temurin'
.github/workflows/release.yml
@@ -17,9 +17,6 @@ jobs:
17
18
java-version: 17
19
cache: 'sbt'
20
21
22
- node-version: "16"
23
- name: Publish
24
run: |
25
COMMAND="ci-release"
0 commit comments