AlbertHernandez / github-action-nodejs-template

Template for new Github Actions based on Typescript with the Best Practices and Ready to be Released
github.com/AlbertHernandez/github-action-nodejs-template
MIT License
11 stars 1 forks source link

BUG: Tried using template and immediately got a slew of PRs to update libraries #251

Closed actuarysailor closed 2 months ago

actuarysailor commented 2 months ago

Prerequisites

The workflows you have seem great, they automatically update both python libraries and github actions. That said, one of the PRs triggered by the workflow has me totally baffled.

https://github.com/actuarysailor/github-action-nodejs-local-file-copy/actions/runs/10646861707/job/29514176330?pr=3

To Reproduce I would trigger your workflows, or have them run on a CRON schedule so that this stays up to date.

Context

Node Versions: 18.x and 20.x

github-actions[bot] commented 2 months ago

Hey @actuarysailor 👋!

Thank you for opening your first issue here! ♥️ If you are reporting a bug 🐞, please make sure to include steps on how to reproduce it.

We will take it a look as soon as we can 💪

actuarysailor commented 2 months ago

Also not understanding the error from this PR: https://github.com/actuarysailor/github-action-nodejs-local-file-copy/actions/runs/10646937852/job/29514341070

AlbertHernandez commented 2 months ago

I have seen this error couple of times, I think is related to vitest dependency that is not fully stable yet, need to investigate more to try to reproduce it, but maybe not using the ^ could help