question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for LTS version

See original GitHub issue

For now, I realized that the LTS version on https://nodejs.org/en/ is 14.15.0 But I always receive the version v12.19.0 on every build. Even though I removed node-version param from actions/setup-node step:

jobs:
  push:

    runs-on: ubuntu-latest

    steps:
      - name: Setup Node
        uses: actions/setup-node@v2.1.2
        with:
          check-latest: true

So I think that it should have some kind of lts version to indicate which version is currently the LTS version.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
maxim-lobanovcommented, Dec 16, 2020

Hello everyone!

If you don’t provide node-version input, this action doesn’t setup Node.JS at all and default Image version is used: https://github.com/actions/setup-node/blob/main/src/main.ts#L33 Default image version can be different on different images and it is not recommended to rely on it.

Unfortunately, this action doesn’t support lts tags yet and this request is tracked by #26 . So the best solution now is using 14.x that will point to latest release of Node.JS 14

1reaction
dqncommented, Oct 31, 2020

I ran into a similar problem.

  • actions/setup-node@v1
    • node-version: 14.x => v14.14.0
    • node-version: >=14.15.0 => v15.0.1
Read more comments on GitHub >

github_iconTop Results From Across the Web

Long-term support - Wikipedia
Long-term support (LTS) is a product lifecycle management policy in which a stable release of computer software is maintained for a longer period...
Read more >
Support - LTS Security
Submit a request to reset your password and our support staff will respond as soon as possible. ... Quick search and download the...
Read more >
Long-term Support (LTS) on ChromeOS - Chrome Enterprise ...
LTS (Long-term support)—Devices automatically update to the next LTS version every 6 months. Things to consider when switching channels. We recommend that first ......
Read more >
What is LTS (Long Term Support)? - ubuntu - Stack Overflow
LTS is an abbreviation for “Long Term Support”. We issue a new desktop and server release every six months. That means you'll always...
Read more >
.NET and .NET Core official support policy - Microsoft
LTS releases are supported for three years after the initial release. Standard Term Support (STS). STS releases are supported for six months after...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found