Skip to content

Commit 3bf909e

Browse files
authored
feat: Pin sls at v3 (#547)
1 parent 0e12153 commit 3bf909e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ integration-test ({{ $runtime.name }}):
9595
before_script:
9696
- *install-node
9797
- EXTERNAL_ID_NAME=integration-test-externalid ROLE_TO_ASSUME=sandbox-integration-test-deployer AWS_ACCOUNT=425362996713 source ./ci/get_secrets.sh
98-
- yarn global add serverless --prefix /usr/local
98+
- yarn global add serverless@^3.38.0 --prefix /usr/local
9999
- cd integration_tests && yarn install && cd ..
100100
script:
101101
- RUNTIME_PARAM={{ $runtime.node_major_version }} ./scripts/run_integration_tests.sh

0 commit comments

Comments
 (0)