We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When installing PHP after installing Node the previously installed Node version isn't available anymore.
Version
v1
v2
Runners
Operating systems Ubuntu 18.04
PHP versions I've tested 7.4 and 8.1.
To Reproduce
This workflow echo's version 16, the default Node version of Ubuntu 18.04
on: push: jobs: test: runs-on: ubuntu-18.04 steps: - uses: actions/setup-node@v2 with: node-version: "10" - uses: shivammathur/setup-php@v2 - run: node --version
Expected behavior This workflow echo's version 10, the version installed by actions/setup-node:
actions/setup-node
on: push: jobs: test: runs-on: ubuntu-18.04 steps: - uses: shivammathur/setup-php@v2 - uses: actions/setup-node@v2 with: node-version: "10" - run: node --version
Screenshots/Logs
Wrong output:
Correct output:
Are you willing to submit a PR?
I'm willing to do that, but it will take me some time to dive into the source.
The text was updated successfully, but these errors were encountered:
@martijngastkemper
Fixed in a72a638
Test workflow: https://github.com/shivammathur/test-setup-php/actions/runs/1814299152/workflow
Sorry, something went wrong.
The issue is fixed. Thanks for the quick action!
shivammathur
No branches or pull requests
Describe the bug
When installing PHP after installing Node the previously installed Node version isn't available anymore.
Version
v1
orv2
.v2
v1
Runners
Operating systems
Ubuntu 18.04
PHP versions
I've tested 7.4 and 8.1.
To Reproduce
This workflow echo's version 16, the default Node version of Ubuntu 18.04
Expected behavior
This workflow echo's version 10, the version installed by
actions/setup-node
:Screenshots/Logs
Wrong output:
Correct output:
Are you willing to submit a PR?
I'm willing to do that, but it will take me some time to dive into the source.
The text was updated successfully, but these errors were encountered: