v1.6.0

885971a · Eric Meadows-Jönsson · 2021-01-21 14:20

5 files +5 -9

Files changed

modified dist/.github/workflows/test.yml
+1 −1
@@ -39,7 +39,7 @@ jobs:
39 39 elixir-version: '1.11.0-rc.0'
40 40 steps:
41 41 - uses: actions/checkout@v2
42 - name: Use actions/setup-elixir
42 + - name: Use erlef/setup-elixir
43 43 id: setup-elixir
44 44 uses: ./
45 45 with:
modified dist/index.js
+1 −3
@@ -2961,9 +2961,7 @@ async function installOTP(version, osVersion) {
2961 2961 return
2962 2962 }
2963 2963
2964 throw new Error(
2965 '@erlef/setup-elixir only supports Ubuntu Linux at this time'
2966 )
2964 + throw new Error('@erlef/setup-elixir only supports Ubuntu Linux at this time')
2967 2965 }
2968 2966
2969 2967
modified package-lock.json
+1 −1
@@ -1,6 +1,6 @@
1 1 {
2 2 "name": "setup-elixir",
3 "version": "1.4.1",
3 + "version": "1.6.0",
4 4 "lockfileVersion": 2,
5 5 "requires": true,
6 6 "packages": {
modified package.json
+1 −1
@@ -1,6 +1,6 @@
1 1 {
2 2 "name": "setup-elixir",
3 "version": "1.4.1",
3 + "version": "1.6.0",
4 4 "license": "MIT",
5 5 "private": true,
6 6 "scripts": {
modified src/installer.js
+1 −3
@@ -28,7 +28,5 @@ async function installOTP(version, osVersion) {
28 28 return
29 29 }
30 30
31 throw new Error(
32 '@erlef/setup-elixir only supports Ubuntu Linux at this time'
33 )
31 + throw new Error('@erlef/setup-elixir only supports Ubuntu Linux at this time')
34 32 }

Parents: b9b3074