Commit b114631
committed
ci: switch back to npm install for npm version compatibility
npm ci requires exact lockfile match which fails when lockfile is generated
with npm 11.x but CI uses npm 10.x. Using npm install provides better
compatibility across npm versions while still respecting the lockfile.1 parent b2aafea commit b114631
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments