actions/setup-node
### [`v3.3.0`](https://togithub.com/actions/setup-node/releases/tag/v3.3.0)
[Compare Source](https://togithub.com/actions/setup-node/compare/v3.2.0...v3.3.0)
In scope of this release we added support for `lts/-n` aliases, improve logic for `current`, `latest` and `node` aliases to handle them from `toolcache`, update `ncc` package.
##### Support of lts/-n aliases
- Related pull request: [https://github.com/actions/setup-node/pull/481](https://togithub.com/actions/setup-node/pull/481)
- Related issue: [https://github.com/actions/setup-node/issues/26](https://togithub.com/actions/setup-node/issues/26)
```yaml
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/-1
- run: npm ci
- run: npm test
```
##### Minor improvements
- Update zeit/ncc to vercel/ncc: [https://github.com/actions/setup-node/pull/476](https://togithub.com/actions/setup-node/pull/476)
- Get latest version from cache if exists: [https://github.com/actions/setup-node/pull/496](https://togithub.com/actions/setup-node/pull/496)
Configuration
📅 Schedule: Branch creation - "before 8am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
v3.2.0
->v3.3.0
Release Notes
actions/setup-node
### [`v3.3.0`](https://togithub.com/actions/setup-node/releases/tag/v3.3.0) [Compare Source](https://togithub.com/actions/setup-node/compare/v3.2.0...v3.3.0) In scope of this release we added support for `lts/-n` aliases, improve logic for `current`, `latest` and `node` aliases to handle them from `toolcache`, update `ncc` package. ##### Support of lts/-n aliases - Related pull request: [https://github.com/actions/setup-node/pull/481](https://togithub.com/actions/setup-node/pull/481) - Related issue: [https://github.com/actions/setup-node/issues/26](https://togithub.com/actions/setup-node/issues/26) ```yaml steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: lts/-1 - run: npm ci - run: npm test ``` ##### Minor improvements - Update zeit/ncc to vercel/ncc: [https://github.com/actions/setup-node/pull/476](https://togithub.com/actions/setup-node/pull/476) - Get latest version from cache if exists: [https://github.com/actions/setup-node/pull/496](https://togithub.com/actions/setup-node/pull/496)Configuration
📅 Schedule: Branch creation - "before 8am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.