Skip to content

Commit 0a685c7

Browse files
chore(deps): bump actions/setup-node from 3.5.1 to 3.6.0 (#197)
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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5df4e62 commit 0a685c7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/cancel-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
with:
1717
access_token: ${{ github.token }}
1818
workflow_id: all
19-
- uses: actions/setup-node@v3.5.1
19+
- uses: actions/setup-node@v3.6.0
2020
- run: echo 'Sleeping...'; sleep 120; echo 'Done.';

.github/workflows/cancel-self.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
uses: ./ # Uses an action in the root directory
1414
with:
1515
access_token: ${{ github.token }}
16-
- uses: actions/setup-node@v3.5.1
16+
- uses: actions/setup-node@v3.6.0
1717
- run: echo 'Sleeping...'; sleep 120; echo 'Done.';

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/setup-node@v3.5.1
12+
- uses: actions/setup-node@v3.6.0
1313
with:
1414
node-version: v14
1515
- uses: actions/checkout@v3

.github/workflows/long.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ jobs:
77
runs-on: ubuntu-latest
88
name: Task
99
steps:
10-
- uses: actions/setup-node@v3.5.1
10+
- uses: actions/setup-node@v3.6.0
1111
- run: echo 'Sleeping...'; sleep 120; echo 'Done.';

.github/workflows/longer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ jobs:
77
runs-on: ubuntu-latest
88
name: Task
99
steps:
10-
- uses: actions/setup-node@v3.5.1
10+
- uses: actions/setup-node@v3.6.0
1111
- run: echo 'Sleeping...'; sleep 120; echo 'Done.';

.github/workflows/sleep120.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ jobs:
77
runs-on: ubuntu-latest
88
name: Task
99
steps:
10-
- uses: actions/setup-node@v3.5.1
10+
- uses: actions/setup-node@v3.6.0
1111
- run: echo 'Sleeping...'; sleep 120; echo 'Done.';

0 commit comments

Comments
 (0)