Skip to content

Commit

Permalink
Deploy test
Browse files Browse the repository at this point in the history
  • Loading branch information
ichiki-mfw committed Jul 16, 2024
1 parent 34f3375 commit 8701ad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install Serverless CLI
run: sudo npm i -g serverless@3.15.2
run: sudo npm i -g serverless@3.22.0
- name: Install Serverless Offline
run: sudo npm i -g [email protected]
- name: Install Serverless utils
run: sudo npm i -g @serverless/[email protected]
- name: Install simple-git # https://github.com/serverless/serverless/issues/12418#issuecomment-2048920297
run: sudo npm i -g simple-git@3.15.2
run: sudo npm i -g simple-git@3.22.0
- name: Serverless deploy
run: make deploy
env:
Expand Down

0 comments on commit 8701ad2

Please sign in to comment.