Skip to content

Conversation

gloaysa
Copy link

@gloaysa gloaysa commented Jun 26, 2025

No description provided.

@mheap
Copy link
Owner

mheap commented Jun 29, 2025

@gloaysa Could you please make sure tests pass locally?

@gloaysa
Copy link
Author

gloaysa commented Jun 29, 2025

hey, thank you for the review!
They were passing locally, but I had to mess with my env vars for it.
I'll have a look and see what's going on.

@gloaysa
Copy link
Author

gloaysa commented Jun 29, 2025

@mheap I can't reproduce the issue I see in the pipeline.

It's pointing to this line in the commands/card/create.ts file:

if (this.flags.due) {
      dueDate = chrono.parseDate(this.flags.due).toString(); // <- THIS IS LINE 30
    }

which makes extra strange the error.

But, I noticed that I have modified the pnpm-lock.yaml file with a quite bigger version:

- lockfileVersion: '6.0'
+ lockfileVersion: '9.0'

so I understand (first time using pnpm) I'm using a more recent pnpm version that expected? (9.0.6)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants