-
Notifications
You must be signed in to change notification settings - Fork 41
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
🛠 Tooling: Update pnpm/action-setup to version 3 #1487
Comments
@all-contributors please add @rubiesonthesky for tool.
|
I've put up a pull request to add @rubiesonthesky! 🎉 I couldn't determine any contributions to add, did you specify any contributions? |
Adds @rubiesonthesky as a contributor for tool. This was requested by JoshuaKGoldberg [in this comment](#1487 (comment)) --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
<!-- 👋 Hi, thanks for sending a PR to TypeStat! 💖. Please fill out all fields below and make sure each item is true and [x] checked. Otherwise we may not be able to review your PR. --> ## PR Checklist - [x] Addresses an existing open issue: fixes #1487 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/TypeStat/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/TypeStat/blob/main/.github/CONTRIBUTING.md) were taken 🐶 ## Overview <!-- Description of what is changed and how the code change does that. --> ~~I'm trying to see, will this fix inconsistency between local and CI lint run~~ This just updates the action version. The inconsistency was because of unrelated reason, see #1478 Co-authored-by: rubiesonthesky <rubiesonthesky>
Bug Report Checklist
main
branch of the repository.Overview
Version 3 will use Node 20 to run actions https://github.com/pnpm/action-setup/releases . I noticed that the Github pipelines are complaining about this:
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Additional Info
No response
The text was updated successfully, but these errors were encountered: