Commit 8bc8656
authored
fix: bump datum-cloud/actions refs to v1.13.1 (#180)
Fixes the `Post Setup Node.js` cache failure introduced in #160.
`bump-npm-version.yaml` never runs `pnpm install`, so `setup-node` with
`cache: pnpm` failed at teardown because the cache directory didn't
exist. datum-cloud/actions#60 removed the pnpm cache from that workflow
and was released as `v1.13.1`.
## Test plan
- [ ] Trigger `workflow_dispatch` on this branch → `Post Setup Node.js`
no longer fails1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments