Skip to content

GHA: Checkouts are failing due to node too new for glibc #738

Closed
@endgame

Description

@endgame

The actions/checkout@v3 of a generated GHA workflow fails with:

/__e/node20/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)

This is because of actions/checkout#1809, which updated the node version used by the checkout action. The generated workflows are still using ubuntu-20.04.

It might be time to upgrade the runners to at least ubuntu-22.04 and possibly also use a newer version of the buildpack-deps container? (it's currently on bionic, i.e., 18.04)

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