We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a8744 commit bcec8e1Copy full SHA for bcec8e1
.github/workflows/build.yml
@@ -61,7 +61,7 @@ jobs:
61
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
62
63
- name: Install Serverless Framework
64
- run: sudo yarn global add serverless --prefix /usr/local
+ run: sudo yarn global add serverless@^3.38.0 --prefix /usr/local
65
66
- name: Install dependencies
67
if: steps.cache-node-modules.outputs.cache-hit != 'true'
0 commit comments