Skip to content

Commit

Permalink
Pin serverless framework version (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 authored May 23, 2024
1 parent 5649d62 commit e79fc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install npm dependencies
run: npm ci
- name: Install serverless framework
run: npm install -g serverless
run: npm install -g serverless@3
- name: Test Probot
run: npm run test
- name: Build Probot
Expand Down

0 comments on commit e79fc8b

Please sign in to comment.