204.md (4888B)
1 # PR #204 Bump actions/setup-node from 3.1.1 to 3.2.0 2 3 - **Status:** merged 4 - **Author:** @dependabot[bot] 5 - **Created:** 2022-05-23T08:17:16Z 6 - **Branch:** dependabot/github_actions/actions/setup-node-3.2.0 → main 7 - **Merged:** 2022-05-23T08:40:11Z 8 - **Labels:** dependencies, github_actions 9 - **Assignees:** @MTRNord 10 - **Reviewers:** @MTRNord 11 - **Diff:** [204.diff](./204.diff) 12 13 --- 14 15 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.1.1 to 3.2.0. 16 <details> 17 <summary>Release notes</summary> 18 <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p> 19 <blockquote> 20 <h2>Add current, node, latest aliases</h2> 21 <p>In scope of this release we added new aliases to install the latest Node.js version. <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/483">actions/setup-node#483</a></p> 22 <pre lang="yml"><code>steps: 23 - uses: actions/checkout@v3 24 - uses: actions/setup-node@v3 25 with: 26 node-version: current 27 - run: npm ci 28 - run: npm test 29 </code></pre> 30 </blockquote> 31 </details> 32 <details> 33 <summary>Commits</summary> 34 <ul> 35 <li><a href="https://github.com/actions/setup-node/commit/17f8bd926464a1afa4c6a11669539e9c1ba77048"><code>17f8bd9</code></a> Expand current syntax to support aliases for latest version (current/latest/n...</li> 36 <li><a href="https://github.com/actions/setup-node/commit/b067f78ed37e8b6503efbf8c2b320b7f1e48369a"><code>b067f78</code></a> Use CI friendly commands in documentation (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/326">#326</a>)</li> 37 <li><a href="https://github.com/actions/setup-node/commit/0bd06765ef0b51db720effb3b27b09a604b36300"><code>0bd0676</code></a> Improve advanced usage docs (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/472">#472</a>)</li> 38 <li><a href="https://github.com/actions/setup-node/commit/25184c4485a7b08d05f0d0a07d714e3611e40d38"><code>25184c4</code></a> Update README.md (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/475">#475</a>)</li> 39 <li><a href="https://github.com/actions/setup-node/commit/337fdf2194d3e87cdd26672305866d19d404fcd3"><code>337fdf2</code></a> fix broken link in readme (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/473">#473</a>)</li> 40 <li><a href="https://github.com/actions/setup-node/commit/86bf502a33df3d7ca5daace2b5d63c9877c85c28"><code>86bf502</code></a> extend documentation on <code>scope</code> parameter (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/470">#470</a>)</li> 41 <li><a href="https://github.com/actions/setup-node/commit/146c4d84a51256d5571b40011b76c0c6f7dfd981"><code>146c4d8</code></a> improve caching documentation (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/468">#468</a>)</li> 42 <li>See full diff in <a href="https://github.com/actions/setup-node/compare/56337c425554a6be30cdef71bf441f15be286854...17f8bd926464a1afa4c6a11669539e9c1ba77048">compare view</a></li> 43 </ul> 44 </details> 45 <br /> 46 47 48 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 49 50 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`. 51 52 [//]: # (dependabot-automerge-start) 53 [//]: # (dependabot-automerge-end) 54 55 --- 56 57 <details> 58 <summary>Dependabot commands and options</summary> 59 <br /> 60 61 You can trigger Dependabot actions by commenting on this PR: 62 - `@dependabot rebase` will rebase this PR 63 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 64 - `@dependabot merge` will merge this PR after your CI passes on it 65 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 66 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 67 - `@dependabot reopen` will reopen this PR if it is closed 68 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 69 - `@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) 70 - `@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) 71 - `@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) 72 73 74 </details> 75