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 84bd078 commit c95a6b2Copy full SHA for c95a6b2
.github/workflows/main.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Setup Elixir
40
uses: erlef/setup-beam@v1
41
with:
42
- elixir-version: 1.17.x
+ elixir-version: 1.18.x
43
otp-version: 27.x
44
- name: Resolve elixir-ls dependencies
45
run: |
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
- run: npm ci
30
- run: cd elixir-ls && mix deps.get
0 commit comments