We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ee876 commit ca3f32eCopy full SHA for ca3f32e
.github/workflows/validate.yml
@@ -69,7 +69,7 @@ jobs:
69
npm update --no-save
70
npm update --save-dev --no-save
71
- name: Install serverless
72
- run: npm install -g serverless@${{ matrix.sls-version }}
+ run: npm install serverless@${{ matrix.sls-version }}
73
74
- name: Validate Prettier formatting
75
run: npm run prettier-check:updated
0 commit comments