Getting npm permission error when doing npm ci on windows self hosted runner
I am working on a github action where I have to install dependencies using npm ci command. I am using a self-hosted windows runner. Here’s my github action:
I am working on a github action where I have to install dependencies using npm ci command. I am using a self-hosted windows runner. Here’s my github action: