|
99 | 99 | key: yarn-packages-{{ checksum "yarn.lock" }}
|
100 | 100 | paths:
|
101 | 101 | - ~/.cache/yarn
|
102 |
| - - run: yarn global add serverless@3.33.0 |
| 102 | + - run: yarn global add serverless@3.40.0 |
103 | 103 | - run: yarn run build-clean
|
104 | 104 | - run: yarn run sls-compile --stack api --region awsRegion --env local
|
105 | 105 | - run:
|
@@ -139,7 +139,7 @@ jobs:
|
139 | 139 | key: yarn-packages-{{ checksum "yarn.lock" }}
|
140 | 140 | paths:
|
141 | 141 | - ~/.cache/yarn
|
142 |
| - - run: yarn global add serverless@3.33.0 |
| 142 | + - run: yarn global add serverless@3.40.0 |
143 | 143 | - run: yarn run build-clean
|
144 | 144 | - run: yarn run sls-compile --stack api --region awsRegion --env dev
|
145 | 145 | - run:
|
@@ -179,7 +179,7 @@ jobs:
|
179 | 179 | key: yarn-packages-{{ checksum "yarn.lock" }}
|
180 | 180 | paths:
|
181 | 181 | - ~/.cache/yarn
|
182 |
| - - run: yarn global add serverless@3.33.0 |
| 182 | + - run: yarn global add serverless@3.40.0 |
183 | 183 | - run: yarn run build-clean
|
184 | 184 | - run: yarn run sls-compile --stack api --region awsRegion --env stage
|
185 | 185 | - run:
|
@@ -219,7 +219,7 @@ jobs:
|
219 | 219 | key: yarn-packages-{{ checksum "yarn.lock" }}
|
220 | 220 | paths:
|
221 | 221 | - ~/.cache/yarn
|
222 |
| - - run: yarn global add serverless@3.33.0 |
| 222 | + - run: yarn global add serverless@3.40.0 |
223 | 223 | - run: yarn run build-clean
|
224 | 224 | - run: yarn run sls-compile --stack api --region awsRegion --env prod
|
225 | 225 | - run:
|
|
0 commit comments