Skip to content

Commit

Permalink
ci: Update npm to use npm-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fahimalizain committed Dec 16, 2023
1 parent a332845 commit 94a5e9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/master-health.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: '18.x'

- name: Install dependencies
run: npm install
run: npm ci

- name: Run Linter
run: npx nx run-many --target=lint --all
Expand All @@ -39,7 +39,7 @@ jobs:
node-version: '18.x'

- name: Install dependencies
run: npm install
run: npm ci

- name: Run Build
run: npx nx run-many --target=build --all
Expand All @@ -56,7 +56,7 @@ jobs:
node-version: '18.x'

- name: Install dependencies
run: npm install
run: npm ci

- name: Run Tests
run: npx nx run-many --target=test --all

0 comments on commit 94a5e9b

Please sign in to comment.