Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Node 20 #64

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Use Node 20 #64

wants to merge 1 commit into from

Conversation

akatov
Copy link

@akatov akatov commented Feb 19, 2024

No description provided.

@akatov akatov changed the title Use Nod 20 Use Node 20 Feb 19, 2024
@davilima6
Copy link

Is this project abandoned? It'd be really nice to merge this PR:

Screenshot 2024-03-17 at 21 03 33

@hirako2000
Copy link

Sadly it seems quite dormant. I also had to make that change, and using my forked version.

@davilima6
Copy link

@Wattenberger , do you know if there are any plans for a new maintainer for this project?

@carlosblanc0
Copy link

I am also interested in knowing, and I'm curious to know whose forked is the "next best thing."

@hirako2000
Copy link

hirako2000 commented May 9, 2024

I am also interested in knowing, and I'm curious to know whose forked is the "next best thing."

My fork fixes this open issue. And nothing else.

Anyone interested in a quick fix here is a workflow that works with the latest github action requirements w.r.t node

name: Create diagram
on:
  workflow_dispatch: {}
  push:
    branches:
      - main
jobs:
  get_data:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout code
        uses: actions/checkout@master
      - name: Update diagram
        uses: hirako2000/repo-visualizer@0.9.2
        with:
          output_file: "images/diagram.svg"
          excluded_paths: "dist,node_modules,.gitignore,.github"

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.

None yet

4 participants