From 885971a72ed1f9240973bd92ab57af8c1aa68f24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20Meadows-J=C3=B6nsson?= Date: Thu, 21 Jan 2021 14:20:44 +0000 Subject: [PATCH] v1.6.0 --- dist/.github/workflows/test.yml | 2 +- dist/index.js | 4 +--- package-lock.json | 2 +- package.json | 2 +- src/installer.js | 4 +--- 5 files changed, 5 insertions(+), 9 deletions(-) diff --git a/dist/.github/workflows/test.yml b/dist/.github/workflows/test.yml index 7c5102c..fc9e2bb 100644 --- a/dist/.github/workflows/test.yml +++ b/dist/.github/workflows/test.yml @@ -39,7 +39,7 @@ jobs: elixir-version: '1.11.0-rc.0' steps: - uses: actions/checkout@v2 - - name: Use actions/setup-elixir + - name: Use erlef/setup-elixir id: setup-elixir uses: ./ with: diff --git a/dist/index.js b/dist/index.js index 9040428..11c6d95 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2961,9 +2961,7 @@ async function installOTP(version, osVersion) { return } - throw new Error( - '@erlef/setup-elixir only supports Ubuntu Linux at this time' - ) + throw new Error('@erlef/setup-elixir only supports Ubuntu Linux at this time') } diff --git a/package-lock.json b/package-lock.json index a560576..094e2b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "setup-elixir", - "version": "1.4.1", + "version": "1.6.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index c4071d5..c13bba2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "setup-elixir", - "version": "1.4.1", + "version": "1.6.0", "license": "MIT", "private": true, "scripts": { diff --git a/src/installer.js b/src/installer.js index e7022a1..79c8c43 100644 --- a/src/installer.js +++ b/src/installer.js @@ -28,7 +28,5 @@ async function installOTP(version, osVersion) { return } - throw new Error( - '@erlef/setup-elixir only supports Ubuntu Linux at this time' - ) + throw new Error('@erlef/setup-elixir only supports Ubuntu Linux at this time') }