Commit 9b04e97
committed
fix(workflows): update dependency installation method in code quality workflow
- Changed the dependency installation command from `npm ci` to `npm install` in the code quality workflow for better compatibility with the project setup.
- This adjustment ensures that the workflow installs the latest dependencies as specified in `package.json`, improving the reliability of the build process.1 parent 49898bd commit 9b04e97
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments