Skip to content

Commit

Permalink
feature #1 - downgrade serverless
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeniosales committed Oct 17, 2022
1 parent 473b68f commit d143a43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/serverless-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Downgrade serverless
run: npm i -g serverless@1.80.0
- name: Install dependencies
run: yarn
- name: CI
Expand Down

0 comments on commit d143a43

Please sign in to comment.