actions/setup-node
### [`v3.4.1`](https://togithub.com/actions/setup-node/releases/tag/v3.4.1)
[Compare Source](https://togithub.com/actions/setup-node/compare/v3.4.0...v3.4.1)
In scope of this release we fixed bugs related to the pnpm 7.5.1 output issue from `pnpm store path` [https://github.com/actions/setup-node/pull/545](https://togithub.com/actions/setup-node/pull/545). Moreover we fixed the issue with falling on node-version output [https://github.com/actions/setup-node/pull/540](https://togithub.com/actions/setup-node/pull/540).
### [`v3.4.0`](https://togithub.com/actions/setup-node/releases/tag/v3.4.0)
[Compare Source](https://togithub.com/actions/setup-node/compare/v3.3.0...v3.4.0)
In scope of this release we updated `actions/cache` package as the new version contains fixes for [caching error handling](https://togithub.com/actions/setup-node/pull/526). Moreover, we added support for asdf format as Node.js version file [https://github.com/actions/setup-node/pull/373](https://togithub.com/actions/setup-node/pull/373). Besides, we introduced new output [node-version](https://togithub.com/actions/setup-node/pull/534) and added `npm-shrinkwrap.json` to dependency file patterns: [https://github.com/actions/setup-node/pull/439](https://togithub.com/actions/setup-node/pull/439)
### [`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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.4.1
Release Notes
actions/setup-node
### [`v3.4.1`](https://togithub.com/actions/setup-node/releases/tag/v3.4.1) [Compare Source](https://togithub.com/actions/setup-node/compare/v3.4.0...v3.4.1) In scope of this release we fixed bugs related to the pnpm 7.5.1 output issue from `pnpm store path` [https://github.com/actions/setup-node/pull/545](https://togithub.com/actions/setup-node/pull/545). Moreover we fixed the issue with falling on node-version output [https://github.com/actions/setup-node/pull/540](https://togithub.com/actions/setup-node/pull/540). ### [`v3.4.0`](https://togithub.com/actions/setup-node/releases/tag/v3.4.0) [Compare Source](https://togithub.com/actions/setup-node/compare/v3.3.0...v3.4.0) In scope of this release we updated `actions/cache` package as the new version contains fixes for [caching error handling](https://togithub.com/actions/setup-node/pull/526). Moreover, we added support for asdf format as Node.js version file [https://github.com/actions/setup-node/pull/373](https://togithub.com/actions/setup-node/pull/373). Besides, we introduced new output [node-version](https://togithub.com/actions/setup-node/pull/534) and added `npm-shrinkwrap.json` to dependency file patterns: [https://github.com/actions/setup-node/pull/439](https://togithub.com/actions/setup-node/pull/439) ### [`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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.