Commit 5d5f100
committed
Ensure lint container file are owned by host user
Same as the test container.
It's working fine locally but not in GHA:
npm ERR! Error: EACCES: permission denied, rename '/app/node_modules/@eslint-community/regexpp' -> '/app/node_modules/@eslint-community/.regexpp-MJHcVchs'
I think/guess it's because the lint and test containers share
node_modules (by volume) and npm can see that there is already stuff in
there that was installed by a different version of node, so is trying to
move it. All a bit gross, but hopefully this will sort it for now.1 parent 7ea9ff8 commit 5d5f100
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
7 | 12 | | |
8 | 13 | | |
9 | 14 | | |
| |||
0 commit comments