Skip to content

Commit ec723d6

Browse files
committed
Replace npm install with npm ci
1 parent f794926 commit ec723d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
path: ./node_modules
2424
key: ${{ runner.os }}-node-modules
2525

26-
- name: Run npm install
27-
run: npm install --no-audit --no-fund
26+
- name: Install dependencies (npm ci)
27+
run: npm ci --no-audit --no-fund
2828

2929
- name: Install Internal Package
3030
uses: DevExpress/github-actions/install-internal-package@main

0 commit comments

Comments
 (0)