Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/install-flex-plugin/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
using: "composite"
steps:
- name: Install the Twilio CLI and plugins
run: npm install -g twilio-cli && twilio plugins:install @twilio-labs/plugin-flex@7.0.0
run: npm install -g twilio-cli@6.2.3 && twilio plugins:install @twilio-labs/plugin-flex@7.1.2
shell: bash
- name: Install plugin-hrm-form Packages
run: npm ci
Expand Down
Loading
Loading