Skip to content

GH workflows mention that Node 18 is used, but actually Node 20/22 is used: #672

@rdimaio

Description

@rdimaio

e.g. here:

  • matrix:
    node-version: [20.x, 22.x]
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v5
    - name: Use Node.js 18.x
    uses: actions/setup-node@v6
    with:
    node-version: ${{ matrix.node-version }}

seems to be common to most of the workflows touched by this PR https://github.com/rucio/webui/pull/671/files

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions