Skip to content

Commit ca3f32e

Browse files
author
Jeff Gordon
committed
ci: install serverless version after npm update not global
1 parent 06ee876 commit ca3f32e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
npm update --no-save
7070
npm update --save-dev --no-save
7171
- name: Install serverless
72-
run: npm install -g serverless@${{ matrix.sls-version }}
72+
run: npm install serverless@${{ matrix.sls-version }}
7373

7474
- name: Validate Prettier formatting
7575
run: npm run prettier-check:updated

0 commit comments

Comments
 (0)