-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Comments
Thanks. I'll look into this along with the other version work like "LTS", "latest". I suppose "nightly" would be a version option? |
Is there any way for me to use nightlies today, perhaps by specifying a URL to the tar.gz or something? |
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 |
Hello everyone. For now I'm going to close the issue. |
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
The text was updated successfully, but these errors were encountered: