Skip to content

Commit

Permalink
Merge pull request #9 from jotacemarin/fix-command-not-found-when-inc…
Browse files Browse the repository at this point in the history
…ludes-bot-username

Fix command not found when includes bot username
  • Loading branch information
jotacemarin authored Jul 6, 2024
2 parents 52be6b2 + c3c37ff commit f5ae629
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-dev-botnorrea-v2-telegram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install serverless framework
run: npm install -g serverless
run: npm install -g serverless@3.38.0

- name: Install dependencies
run: npm i
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-prod-botnorrea-v2-telegram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install dependencies
if: ${{ steps.obtener_autor_commit.outputs.autor_commit == 'botnorrea-v2' }}
run: |
npm install -g serverless
npm install -g serverless@3.38.0
npm i
- name: Create JSON
Expand Down

0 comments on commit f5ae629

Please sign in to comment.