Skip to content

Commit be721d8

Browse files
committed
chore: Run npm ci vs npm i
1 parent d8aefef commit be721d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: install, lint, audit, build, test
2323
run: |
24-
npm i
24+
npm ci
2525
npm run lint
2626
npm run audit:prod
2727
npm run build

0 commit comments

Comments
 (0)