Skip to content

Add current, node, latest aliases

Compare
Choose a tag to compare
@dmitry-shibanov dmitry-shibanov released this 16 May 10:21
· 186 commits to main since this release
17f8bd9

In scope of this release we added new aliases to install the latest Node.js version. #483

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
  with:
    node-version: current
- run: npm ci
- run: npm test