Skip to content

Commit

Permalink
fix: downgrade serverless so ci is unblocked (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcvay authored Feb 12, 2020
1 parent 656ada8 commit 7f26062
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Install Global Dependencies
run: |
yarn global add aws-cli serverless
yarn global add aws-cli serverless@1.59.3
- name: Set up workspace experimental
run: |
yarn config set workspaces-experimental true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install Global Dependencies
run: |
yarn global add aws-cli serverless
yarn global add aws-cli serverless@1.59.3
- name: Set up workspace experimental
run: |
Expand Down

0 comments on commit 7f26062

Please sign in to comment.