Skip to content

Commit d8c56b0

Browse files
authored
Use npm ci on CI (#118)
1 parent 866ecd9 commit d8c56b0

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
node-version: 20
2222

2323
- name: Install dependencies
24-
run: npm install
24+
run: npm ci
2525

2626
- name: Run linter
2727
run: npm run lint:check

0 commit comments

Comments
 (0)