We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d94f1 commit 478f3f6Copy full SHA for 478f3f6
2 files changed
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
run: yarn lint
37
38
- name: Install depcheck
39
- run: yarn global add depcheck
+ run: npm install -g depcheck
40
41
- name: Run depcheck
42
run: depcheck --ignores="@types/jest,serverless-step-functions"
.github/workflows/integration_tests.yml
@@ -26,7 +26,7 @@ jobs:
26
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
27
28
- name: Install Serverless Framework
29
- run: sudo yarn global add serverless@3.39 --prefix /usr/local
+ run: npm install -g serverless@3.39
30
31
- name: Run snapshot tests
32
env:
0 commit comments