Support aliases like LTS
See original GitHub issueRight now, we’re thinking it makes sense to support lts
, latest
, current
, and LTS version names (e.g. dubinium
)
Issue Analytics
- State:
- Created 4 years ago
- Reactions:126
- Comments:104 (19 by maintainers)
Top Results From Across the Web
Add or remove an email alias in Outlook.com - Microsoft Support
An alias is an additional email address associated with your Outlook.com account. An alias uses the same inbox, contact list, and account settings...
Read more >Using aliases - AWS Key Management Service
An alias is a friendly name for a AWS KMS key. For example, an alias lets you refer to a KMS key as...
Read more >Aliases | Elasticsearch Guide [8.5] | Elastic
To add an existing data stream or index to an alias, use the aliases API's add action. If the alias doesn't exist, the...
Read more >8 Types of Cases When You Might Use an Email Alias - Indeed
Understanding common uses for aliases and their benefits can help you ... Email aliases have the same contacts and account settings as a ......
Read more >@rollup/plugin-alias - npm
This plugin requires an LTS Node version (v14.0.0+) and Rollup v1.20.0+. Install. Using npm: npm install @rollup/plugin-alias -- ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Any update on this? It’s crazy that the default isn’t setup to be long-lived. And instead everyone has to update their action config once or twice a year in every repo they maintain…
Hello everyone! We have merged https://github.com/actions/setup-node/pull/270 recently and released
actions/setup-node@v2.2.0
. It brings support for NVM LTS syntax to actions/setup-node.A few examples of syntax that is supported now:
12
,14
,16
10.15
,14.2.0
,16.3.0
lts/erbium
,lts/fermium
lts/*
We will be very appreciate for your testing of these changes. Also we will update
v2
tag to point tov2.2.0
in a few days.