Skip to content

Commit

Permalink
ci: install serverless version after npm update not global
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Gordon committed Oct 2, 2024
1 parent 06ee876 commit ca3f32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
npm update --no-save
npm update --save-dev --no-save
- name: Install serverless
run: npm install -g serverless@${{ matrix.sls-version }}
run: npm install serverless@${{ matrix.sls-version }}

- name: Validate Prettier formatting
run: npm run prettier-check:updated
Expand Down

0 comments on commit ca3f32e

Please sign in to comment.