Skip to content

runtime does not seems to be installed in PATH#19

Description

@chambo-e

Hi 馃憢

Installed runtime does not seems to be available in the PATH.
Even if I asked node 26 in devEngines and it has been properly downloaded

package.json

"devEngines": {
    "runtime": {
      "name": "node",
      "version": "24.18.x || 26.x",
      "onFail": "error"
    }
  },
jobs:
  build:
    runs-on: ubuntu-24.04
    steps:
      - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
      - uses: pnpm/setup@v1
        with:
          install: false
      - run: node --version 
      - run: pnpm --version

You can find a reproduction pipeline and project here
Reproduction pipeline:
https://github.com/chambo-e/pnpm-setup-repro/actions/runs/31082412856/job/92554026303

Thanks :)

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