Skip to content

Commit

Permalink
Use npm ci instead of install
Browse files Browse the repository at this point in the history
  • Loading branch information
hammady committed Oct 19, 2023
1 parent 5d7921b commit 87cf67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sls-subscriber.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: npm install -g serverless
- name: Install node dependencies
working-directory: subscriber
run: npm install
run: npm ci
- name: Install python3.9
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 87cf67a

Please sign in to comment.