Closed FluidSense closed 1 year ago
Your workflow file seems to work for me: https://github.com/lydell/elm-github-actions-test/pull/1
Yeah, I haven't heard of this before. Personally I'd maybe be looking at:
rm package-lock.json; npm install
and see if that helps
anything?On Wed, Aug 2, 2023 at 9:55 AM Simon Lydell @.***> wrote:
Your workflow file seems to work for me: lydell/elm-github-actions-test#1 https://github.com/lydell/elm-github-actions-test/pull/1
— Reply to this email directly, view it on GitHub https://github.com/avh4/elm-format/issues/821#issuecomment-1662589055, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAAJRSOMNFVNFQCMW5LEE3XTKBA3ANCNFSM6AAAAAA3BLMCVA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Thanks for the help! Probably something to do with the package-lock as you suggest. I set my local node to same version as the runner and recreated the package-lock. That seemed to fix it!
Hello 👋
I am trying to add
elm-format
as a dependency to a project, but the stepnpm ci
of my Github Action fails on a relatively simple setup.The workflow file is as little as this:
Have I missed something obvious? I tried searching through previous issues, but I could not find anyone with a similar problem.
Any help appreciated!