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

Note non-exact versions syntax installing outdated versions#1335

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

Open
karlhorky wants to merge3 commits intoactions:main
base:main
Choose a base branch
Loading
fromkarlhorky:patch-2

Conversation

@karlhorky
Copy link

Closes#1236
Closes#1114
Closes#940

Description:

As extensively documented in#1236 and#940, the non-exact aliaseslts/*,*,current,latest, and22 are slow to be upgraded, lagging several days behind the Node.js releases.

Let users know about this downside.

Related issue:

Check list:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.

Closesactions#1236Closesactions#1114Closesactions#940As extensively documented inactions#1236 andactions#940, the non-exact aliases `lts/*`, `*`, `current`, `latest`, and `22` are slow to be upgraded, lagging several days behind the Node.js releases.Let users know about this downside.
CopilotAI review requested due to automatic review settingsAugust 2, 2025 13:39
@karlhorkykarlhorky requested a review froma team as acode ownerAugust 2, 2025 13:39
Copy link

CopilotAI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Updates the README documentation to warn users about potential delays when using non-exact Node.js version aliases in GitHub Actions workflows.

  • Adds a warning that non-exact version aliases (lts/*,*,latest, etc.) can be several days outdated
  • Recommends using specific versions for timely upgrades

README.md Outdated
-Latest release:`*`or `latest`/`current`/`node`

**Note:**Liketheother values, `*`will get the latest [locally-cached Node.js version](https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md#nodejs), or the latest version from [actions/node-versions](https://github.com/actions/node-versions/blob/main/versions-manifest.json), depending on the [`check-latest`](docs/advanced-usage.md#check-latest-version) input.
**Note:**If you require timely version upgrades, use specific versions like `22.18.0` and upgradetheversions yourself. Values like `lts/*`, `*`, `latest`, etc.will get the latest [locally-cached Node.js version](https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md#nodejs), or the latest version from [actions/node-versions](https://github.com/actions/node-versions/blob/main/versions-manifest.json), depending on the [`check-latest`](docs/advanced-usage.md#check-latest-version) input. Both can be several days outdated.
Copy link

CopilotAIAug 2, 2025

Choose a reason for hiding this comment

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

[nitpick] The sentence structure is overly complex and could be difficult to follow. Consider breaking this into separate sentences or restructuring for better readability.

Suggested change
**Note:** If you require timely version upgrades, use specific versions like`22.18.0` and upgrade the versions yourself.Values like`lts/*`,`*`,`latest`, etc. will get the latest[locally-cached Node.js version](https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md#nodejs), or the latest version from[actions/node-versions](https://github.com/actions/node-versions/blob/main/versions-manifest.json), depending on the[`check-latest`](docs/advanced-usage.md#check-latest-version) input. Both can be several days outdated.
**Note:** If you require timely version upgrades, use specific versions like`22.18.0` and upgrade the versions yourself.
Values like`lts/*`,`*`,`latest`, etc. will get the latest[locally-cached Node.js version](https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md#nodejs), or the latest version from[actions/node-versions](https://github.com/actions/node-versions/blob/main/versions-manifest.json).
Which version you get depends on the[`check-latest`](docs/advanced-usage.md#check-latest-version) input.
Both can be several days outdated.

Copilot uses AI. Check for mistakes.
@karlhorkykarlhorky changed the titleAdd note about NVM and latest release syntax being outdatedNote non-exact versions syntax installing outdated versionsAug 2, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

Copilot code reviewCopilotCopilot left review comments

At least 1 approving review is required to merge this pull request.

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Security:lts/* installs old LTS versions up to 1 month+ after releaselts/* installs old LTS version intermittently

1 participant

@karlhorky

[8]ページ先頭

©2009-2025 Movatter.jp