Skip to content
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

Node.js 16.x is not installing the latest LTS version #562

Closed
4 of 5 tasks
t1m0thyj opened this issue Aug 23, 2022 · 1 comment
Closed
4 of 5 tasks

Node.js 16.x is not installing the latest LTS version #562

t1m0thyj opened this issue Aug 23, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@t1m0thyj
Copy link

t1m0thyj commented Aug 23, 2022

Description:
Node.js 16.17 was released a week ago but installing 16.x with the setup-node action still installs 16.16.

Action version:
v2 and v3

Platform:

  • Ubuntu
  • macOS
  • Windows

Runner type:

  • Hosted
  • Self-hosted

Tools version:

n/a

Repro steps:
Create and run a workflow that uses the setup-node action:

      uses: actions/setup-node@v3
      with:
        node-version: ${{ matrix.node-version }}

See here for an example.

Expected behavior:
Node.js 16.17 should be installed.

Actual behavior:
Node.js 16.16 gets installed.

@dmitry-shibanov
Copy link
Contributor

Hello @t1m0thyj. Thank you for your report. It is an expected behaviour because the action firstly checks the hosted toolcache directory. You can try to specify a check-latest input to download the latest version from node-versions.

For now I'm going to close the issue.

deining pushed a commit to deining/setup-node that referenced this issue Nov 9, 2023
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.7.4 to 6.8.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.8.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants