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

Support specifying alternate node mirrors #65

Closed
dcodeIO opened this issue Sep 25, 2019 · 1 comment
Closed

Support specifying alternate node mirrors #65

dcodeIO opened this issue Sep 25, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@dcodeIO
Copy link

dcodeIO commented Sep 25, 2019

I have a use case where I test against latest node LTS, latest node stable and latest node on V8 lkgr, with the latter requiring to use a different than the hardcoded dataUrl (this one to be precise).

Noticed that the latest tags are being in the works already, which is great, so I thought I mention the mirror as well since that would allow me to replace my custom and hopefully temporary solution with proper setup-node that works on all platforms :)

@dmitry-shibanov
Copy link
Contributor

Hello @dcodeIO. We released and updated the major tag with changes to install v8-canary builds. For now I'm going to close the issue.

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

krzyk pushed a commit to krzyk/setup-node that referenced this issue Apr 11, 2023
Fix .edgerc parsing and bump version to 1.2.3
deining pushed a commit to deining/setup-node that referenced this issue Nov 9, 2023
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* [auto] docs: update contributors badge

Co-authored-by: allcontributors[bot] <46447321+allcontributors[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

Successfully merging a pull request may close this issue.

4 participants