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 4047d31 commit 2cba883Copy full SHA for 2cba883
.github/workflows/release.yml
@@ -24,6 +24,7 @@ jobs:
24
with:
25
java-version: 8
26
distribution: temurin
27
+ - uses: actions/setup-sbt@v1
28
- uses: actions/setup-node@v4
29
30
node-version: '12.x'
.github/workflows/test.yml
@@ -27,6 +27,8 @@ jobs:
31
+
32
- name: Mount caches
33
uses: actions/cache@v4
34
shell.nix
@@ -12,7 +12,7 @@ mkShell {
12
nodejs
13
yarn
14
clang
15
- graalvm11-ce
+ graalvm-ce
16
17
# keep this line if you use bash
18
bashInteractive
0 commit comments