Skip to content
New issue

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

Manage Node version by .nvmrc #55

Closed
peaceiris opened this issue Oct 6, 2019 · 1 comment
Closed

Manage Node version by .nvmrc #55

peaceiris opened this issue Oct 6, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request resolved resolved issue

Comments

@peaceiris
Copy link
Owner

peaceiris commented Oct 6, 2019

- name: Read .nvmrc
  run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)"
  id: nvm

- name: Setup Node
  uses: actions/setup-node@v1
  with:
    node-version: "${{ steps.nvm.outputs.NVMRC }}"

actions/setup-node#32 (comment)

@peaceiris peaceiris added the enhancement New feature or request label Oct 6, 2019
@peaceiris peaceiris self-assigned this Oct 7, 2019
@peaceiris peaceiris added the resolved resolved issue label Jun 25, 2021
@github-actions
Copy link

This issue has been LOCKED because of it being resolved!

The issue has been fixed and is therefore considered resolved.
If you still encounter this or it has changed, open a new issue instead of responding to solved ones.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request resolved resolved issue
Projects
None yet
Development

No branches or pull requests

1 participant