Skip to content

Support for LTS version #208

Closed
Closed
@hckhanh

Description

@hckhanh

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions