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

Install nightly builds #80

Closed
arcanis opened this issue Oct 28, 2019 · 4 comments
Closed

Install nightly builds #80

arcanis opened this issue Oct 28, 2019 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@arcanis
Copy link

arcanis commented Oct 28, 2019

It would be nice if we could install the nightly builds instead of the stable ones. In our case we'd use it to ensure that we always are compatible with the latest Node master.

The nightly are available here: https://nodejs.org/download/nightly/index.json

@bryanmacfarlane bryanmacfarlane added the enhancement New feature or request label Jun 30, 2020
@bryanmacfarlane bryanmacfarlane self-assigned this Jun 30, 2020
@bryanmacfarlane
Copy link
Member

Thanks. I'll look into this along with the other version work like "LTS", "latest". I suppose "nightly" would be a version option?

@cspotcode
Copy link

Is there any way for me to use nightlies today, perhaps by specifying a URL to the tar.gz or something?

@dmitry-shibanov
Copy link
Contributor

Hello everyone. We released and updated the major tag with changes to install nightly builds. Could you please confirm that everything works as expected.

jobs:
  build:
    runs-on: ubuntu-latest
    name: Node sample
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-node@v3
        with:
          node-version: '16-nightly'
      - run: npm ci
      - run: npm test

@dmitry-shibanov
Copy link
Contributor

Hello everyone. For now I'm going to close the issue.

krzyk pushed a commit to krzyk/setup-node that referenced this issue Apr 11, 2023
deining pushed a commit to deining/setup-node that referenced this issue Nov 9, 2023
Bumps [simple-git](https://github.com/steveukx/git-js) from 2.19.0 to 2.21.0.
- [Release notes](https://github.com/steveukx/git-js/releases)
- [Changelog](https://github.com/steveukx/git-js/blob/master/CHANGELOG.md)
- [Commits](steveukx/git-js@v2.19.0...v2.21.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants