Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Specify Node.js 16.x runtime for action execution in runner#193

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
per1234 merged 1 commit intoarduino:mainfromper1234:node16
Oct 27, 2022
Merged

Specify Node.js 16.x runtime for action execution in runner#193

per1234 merged 1 commit intoarduino:mainfromper1234:node16
Oct 27, 2022

Conversation

@per1234
Copy link
Contributor

The Node.js version for use when executing the action in the GitHub Actions runner is configured via theruns.using field of theaction.yml metadata file.

Previously, the action was configured to useNode.js 12.x. This was actually the result of an oversight, asNode.js 16.x has been used for the development and validation of the action since 2022-01-11 (#42). It will be important to use the same version on the runner as the action is validated for by the project infrastructure in order to ensure the expected behavior.

In addition,GitHub has deprecated the use of Node.js 12.x runtime. A warning about this was shown in the workflow run summary page of all workflows using this action (#182). That warning will be resolved, and the eventual complete breakage of those workflows avoided, by this change.


Fixes#182

The Node.js version for use when executing the action in the GitHub Actions runner is configured via the `runs.using`field of the `action.yml` metadata file.Previously, the action was configured to use Node.js 12.x. This was actually the result of an oversight, as Node.js 16.xhas been used for the development and validation of the action since 2022-01-10. It will be important to use the sameversion on the runner as the action is validated for by the project infrastructure in order to ensure the expectedbehavior.In addition, GitHub has deprecated the use of Node.js 12.x runtime. A warning about this was shown in the workflow runsummary page of all workflows using this action. That warning will be resolved, and the eventual complete breakage ofthose workflows avoided, by this change.
@per1234per1234 added type: imperfectionPerceived defect in any part of project topic: infrastructureRelated to project infrastructure labelsOct 27, 2022
@per1234per1234 self-assigned thisOct 27, 2022
Copy link

@MatteoPologrutoMatteoPologruto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Thanks Per!

@per1234per1234 merged commit36f5973 intoarduino:mainOct 27, 2022
@RobTillaart
Copy link

Thanks!

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@MatteoPologrutoMatteoPologrutoMatteoPologruto approved these changes

Assignees

@per1234per1234

Labels

topic: infrastructureRelated to project infrastructuretype: imperfectionPerceived defect in any part of project

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

node12 is depreciated => use node16 instead

3 participants

@per1234@RobTillaart@MatteoPologruto

[8]ページ先頭

©2009-2025 Movatter.jp