Skip to content

Commit

Permalink
πŸ’š Pin serverless version to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jh0ker committed May 27, 2024
1 parent bb1f55a commit 43f9628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: npm ci --production

- name: Install serverless
run: npm install -g serverless
run: npm install -g serverless@3.X

- name: Deploy with serverless
run: npx serverless deploy
Expand Down

0 comments on commit 43f9628

Please sign in to comment.