It seems my home directory on a macos instance has changed from “/Users/distiller” to “/home/circleci”. Builds were working fine yesterday. This only started happening today, May 7, and I didn’t make any changes to the config. Unfortunately, the write permissions are not correct, so when trying to restore node module cache, it fails with “Failed to create dir ‘home/circleci’”.
How can I fix this?
Thanks.