Skip to content

Commit ae36ac1

Browse files
tpluscodejsmrcaga
authored andcommitted
fix: pin netlify CLI
Workaround for #61 until a proper solution is determined
1 parent 06b6a09 commit ae36ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ outputs:
6767
runs:
6868
using: composite
6969
steps:
70-
- run: which ${{ inputs.netlify_path }} &> /dev/null || npm install netlify-cli -g
70+
- run: which ${{ inputs.netlify_path }} &> /dev/null || npm install netlify-cli@17.36.1 -g
7171
shell: bash
7272
- run: ${{ github.action_path }}/entrypoint.sh
7373
shell: bash

0 commit comments

Comments
 (0)