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 06b6a09 commit ae36ac1Copy full SHA for ae36ac1
action.yml
@@ -67,7 +67,7 @@ outputs:
67
runs:
68
using: composite
69
steps:
70
- - 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
71
shell: bash
72
- run: ${{ github.action_path }}/entrypoint.sh
73
0 commit comments