Skip to content

Commit bcec8e1

Browse files
committed
Pin serverless version.
1 parent 27a8744 commit bcec8e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
6262

6363
- name: Install Serverless Framework
64-
run: sudo yarn global add serverless --prefix /usr/local
64+
run: sudo yarn global add serverless@^3.38.0 --prefix /usr/local
6565

6666
- name: Install dependencies
6767
if: steps.cache-node-modules.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)