Commit dac8cd9
authored
ci: skip caching of node_modules (#200)
I have no idea why I originally did it this way but it makes no sense.
- restore node_modules from cache (if any)
- run `npm ci`
- delete node_modules
- recreate node_modules from scratch
- save node_modules into cache
The caching is completely pointless as it's restored just to be deleted right away. It just wastes about a minute of time per workflow.1 parent c985d51 commit dac8cd9
1 file changed
+0
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 42 | | |
50 | 43 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | 44 | | |
57 | 45 | | |
58 | 46 | | |
| |||
0 commit comments