Skip to content

Use Node 20#64

Open
akatov wants to merge 1 commit into
githubocto:mainfrom
akatov:node20
Open

Use Node 20#64
akatov wants to merge 1 commit into
githubocto:mainfrom
akatov:node20

Conversation

@akatov

@akatov akatov commented Feb 19, 2024

Copy link
Copy Markdown

No description provided.

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

Copy link
Copy Markdown

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

Screenshot 2024-03-17 at 21 03 33

@hirako2000

Copy link
Copy Markdown

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

@davilima6

Copy link
Copy Markdown

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

@carlosblanc0

Copy link
Copy Markdown

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

@hirako2000

hirako2000 commented May 9, 2024

Copy link
Copy Markdown

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.

4 participants