Commit 9c35e9f
committed
feat(github-actions): use package-manager-cache input in checkout-and-setup-node
The `cache` input in `actions/setup-node` is deprecated and will be removed in a future version. This commit updates the `checkout-and-setup-node` action to use the new `package-manager-cache` input instead.1 parent 43fc44a commit 9c35e9f
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 46 | | |
50 | 47 | | |
51 | 48 | | |
| |||
56 | 53 | | |
57 | 54 | | |
58 | 55 | | |
59 | | - | |
| 56 | + | |
0 commit comments