-
Notifications
You must be signed in to change notification settings - Fork 17
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
Update to use Node.js 16 #42
Conversation
@TheRealMattV do you know if there are any implications with using one version of Node or the other? I don't see any information in the docs. Like if we target a newer version, will some people not be able to use this action? |
@jeffkl I'm not aware of any issues. Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12 |
Yep, users using this action are starting to get warnings that Node.js 12 will be deprecated. See also Azure/webapps-deploy#253 for the same ask elsewhere driven by the same annoucement. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the contribution!
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [NuGet/setup-nuget](https://togithub.com/NuGet/setup-nuget) | action | minor | `v1.0.5` -> `v1.1.1` | --- ### Release Notes <details> <summary>NuGet/setup-nuget</summary> ### [`v1.1.1`](https://togithub.com/NuGet/setup-nuget/releases/tag/v1.1.1) [Compare Source](https://togithub.com/NuGet/setup-nuget/compare/v1.1.0...v1.1.1) #### What's Changed - Update [@​actions/core](https://togithub.com/actions/core) from 1.9.1 to 1.10.0 by [@​jeffkl](https://togithub.com/jeffkl) in [https://github.com/NuGet/setup-nuget/pull/44](https://togithub.com/NuGet/setup-nuget/pull/44) - Update dist by [@​jeffkl](https://togithub.com/jeffkl) in [https://github.com/NuGet/setup-nuget/pull/45](https://togithub.com/NuGet/setup-nuget/pull/45) **Full Changelog**: NuGet/setup-nuget@v1.1.0...v1.1.1 ### [`v1.1.0`](https://togithub.com/NuGet/setup-nuget/releases/tag/v1.1.0) [Compare Source](https://togithub.com/NuGet/setup-nuget/compare/v1.0.7...v1.1.0) #### What's Changed - Update to use Node.js 16 by [@​TheRealMattV](https://togithub.com/TheRealMattV) in [https://github.com/NuGet/setup-nuget/pull/42](https://togithub.com/NuGet/setup-nuget/pull/42) - Update dist by [@​jeffkl](https://togithub.com/jeffkl) in [https://github.com/NuGet/setup-nuget/pull/43](https://togithub.com/NuGet/setup-nuget/pull/43) #### New Contributors - [@​TheRealMattV](https://togithub.com/TheRealMattV) made their first contribution in [https://github.com/NuGet/setup-nuget/pull/42](https://togithub.com/NuGet/setup-nuget/pull/42) **Full Changelog**: NuGet/setup-nuget@v1.0.7...v1.1.0 ### [`v1.0.7`](https://togithub.com/NuGet/setup-nuget/releases/tag/v1.0.7) [Compare Source](https://togithub.com/NuGet/setup-nuget/compare/v1.0.6...v1.0.7) #### What's Changed - build(deps): bump [@​actions/core](https://togithub.com/actions/core) from 1.6.0 to 1.9.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/NuGet/setup-nuget/pull/41](https://togithub.com/NuGet/setup-nuget/pull/41) **Full Changelog**: NuGet/setup-nuget@v1.0.6...v1.0.7 ### [`v1.0.6`](https://togithub.com/NuGet/setup-nuget/releases/tag/v1.0.6) [Compare Source](https://togithub.com/NuGet/setup-nuget/compare/v1.0.5...v1.0.6) #### What's Changed - Update packages by [@​jeffkl](https://togithub.com/jeffkl) in [https://github.com/NuGet/setup-nuget/pull/35](https://togithub.com/NuGet/setup-nuget/pull/35) #### New Contributors - [@​jeffkl](https://togithub.com/jeffkl) made their first contribution in [https://github.com/NuGet/setup-nuget/pull/35](https://togithub.com/NuGet/setup-nuget/pull/35) **Full Changelog**: NuGet/setup-nuget@v1.0.3...v1.0.6 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Testably/Testably.Abstractions). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
No description provided.