Bump actions/setup-node from 3.5.1 to 3.6.0 #503

Merged
dependabot[bot] merged 1 commits from dependabot/github_actions/actions/setup-node-3.6.0 into main 2023-01-06 10:47:19 +00:00
dependabot[bot] commented 2023-01-06 07:02:11 +00:00 (Migrated from github.com)

Bumps actions/setup-node from 3.5.1 to 3.6.0.

Release notes

Sourced from actions/setup-node's releases.

Add Support for Nightly, Canary and RC builds for Node.js

In scope of this release we added support to download nightly, rc (actions/setup-node#611) and canary (actions/setup-node#619) Node.js distributions.

For nightly versions:

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

For canary versions:

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

For rc versions:

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

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.5.1 to 3.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p> <blockquote> <h2>Add Support for Nightly, Canary and RC builds for Node.js</h2> <p>In scope of this release we added support to download nightly, rc (<a href="https://github-redirect.dependabot.com/actions/setup-node/pull/611">actions/setup-node#611</a>) and canary (<a href="https://github-redirect.dependabot.com/actions/setup-node/pull/619">actions/setup-node#619</a>) Node.js distributions.</p> <h3>For nightly versions:</h3> <pre lang="yaml"><code>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 </code></pre> <h3>For canary versions:</h3> <pre lang="yaml"><code>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 </code></pre> <h3>For rc versions:</h3> <pre lang="yaml"><code>jobs: build: runs-on: ubuntu-latest name: Node sample steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: '16.0.0-rc.1’ - run: npm ci - run: npm test </code></pre> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/setup-node/commit/64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c"><code>64ed1c7</code></a> Add support for v8-canary, nightly and rc (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/655">#655</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/92a57f4a935efe978b0a4d8e5b19fb42658c7ef7"><code>92a57f4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-node/issues/650">#650</a> from actions/update-code-owners</li> <li><a href="https://github.com/actions/setup-node/commit/99e61d697ac985dd26c630fb5e8f9476131abbdb"><code>99e61d6</code></a> Update CODEOWNERS</li> <li><a href="https://github.com/actions/setup-node/commit/3e8819f8f297df8b29fc3e383683a29be2bf129a"><code>3e8819f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-node/issues/649">#649</a> from actions/update-codeowners</li> <li><a href="https://github.com/actions/setup-node/commit/8cd2fb28b8f13cfe537ae737100b155acc87e562"><code>8cd2fb2</code></a> Update CODEOWNERS</li> <li><a href="https://github.com/actions/setup-node/commit/c406543918243bdbe7b25799f6a378e753fed484"><code>c406543</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-node/issues/647">#647</a> from akv-platform/apply-reusable-workflows</li> <li><a href="https://github.com/actions/setup-node/commit/92a07fe46640c3ab57d394b7b01308a008a3231d"><code>92a07fe</code></a> Fix review points</li> <li><a href="https://github.com/actions/setup-node/commit/217387cf3e2597f3eed81c19f662eeddbdd397de"><code>217387c</code></a> Update action to use reusable-workflows repo</li> <li><a href="https://github.com/actions/setup-node/commit/2db36638708d0ad3215bcdff9f8a61d64021ae68"><code>2db3663</code></a> Merge branch 'main' of <a href="https://github.com/akv-platform/setup-node">https://github.com/akv-platform/setup-node</a> into apply-...</li> <li><a href="https://github.com/actions/setup-node/commit/bbe2ac79a1347190c27c8a7ca53301a26c066415"><code>bbe2ac7</code></a> Fix typo in README (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/646">#646</a>)</li> <li>Additional commits viewable in <a href="https://github.com/actions/setup-node/compare/v3.5.1...v3.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=3.5.1&new-version=3.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
This repo is archived. You cannot comment on pull requests.
No Reviewers
No Milestone
No Assignees
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-bds/Maneger#503
No description provided.