From bb0a0e9eee82d8b20c86efd7987d6992c272155b Mon Sep 17 00:00:00 2001 From: Tomasz Pluskiewicz Date: Mon, 25 Nov 2024 11:54:16 +0100 Subject: [PATCH] fix: pin netlify CLI Workaround for #61 until a proper solution is determined --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 923ae40..4450934 100644 --- a/action.yml +++ b/action.yml @@ -67,7 +67,7 @@ outputs: runs: using: composite steps: - - run: which ${{ inputs.netlify_path }} &> /dev/null || npm install netlify-cli -g + - run: which ${{ inputs.netlify_path }} &> /dev/null || npm install netlify-cli@17.36.1 -g shell: bash - run: ${{ github.action_path }}/entrypoint.sh shell: bash