Skip to content

Commit 9573219

Browse files
committed
chore(workflows): update with npm ci
1 parent 4f021b6 commit 9573219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
node-version: ${{ env.node-version }}
3434

3535
- name: Install npm dependencies
36-
run: npm install
36+
run: npm ci
3737

3838
- name: Run build
3939
run: npm run build

0 commit comments

Comments
 (0)