prayersconnect / configs

Country specific configuration for Prayers Connect
GNU General Public License v3.0
3 stars 2 forks source link

4 new countries added #56

Open imran99744 opened 11 months ago

imran99744 commented 11 months ago

In this PR I have added 7 new countries.

imran99744 commented 10 months ago

@thehungrycoder The checks are failing. Exactly getting the error that, we're experiencing in safegaze d2 how can we solve this issue?

https://github.com/prayersconnect/configs/actions/runs/7172648273

imran99744 commented 10 months ago

@thehungrycoder I got the problem. As I'm seeing there is a verison mismatch between the Yarn version defined in the config project's package.json file and the global version of Yarn installed in the environment where GitHub Action is running. So I think we need to update our workflow of config

imran99744 commented 10 months ago

@thehungrycoder Since we encountered a yarn version mismatch error in our CI/CD workflow, I attempted to address it by enabling Corepack for version management. This successfully resolved the version mismatch problem, which was caused by having two different yarn versions defined in our package.json and in our CI/CD workflow.

However, this solution introduced a new error: installing yarn can alter the yarn.lock file, which is forbidden I experimented with 1-2 different approaches to overcome this issue, but unfortunately, I was unable to find a final solution. I would greatly appreciate it if you could take a look at this matter, as your input would be very helpful.

Additionally, if you could also take a look on this issue https://github.com/prayersconnect/web/pull/1325

and advise on the specific step and approaches we can take to resolve it?