-
released this
2022-06-02 18:30:33 +08:00 | 231 commits to main since this releaseIn scope of this release we added support for
lts/-naliases, improve logic forcurrent,latestandnodealiases to handle them fromtoolcache, updatenccpackage.Support of lts/-n aliases
- Related pull request: https://github.com/actions/setup-node/pull/481
- Related issue: https://github.com/actions/setup-node/issues/26
steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: lts/-1 - run: npm ci - run: npm testMinor improvements
- Update zeit/ncc to vercel/ncc: https://github.com/actions/setup-node/pull/476
- Get latest version from cache if exists: https://github.com/actions/setup-node/pull/496
Downloads