Skip to content

Releases: actions/setup-node

v2.1.3 (beta)

10 Dec 15:28
27082ce
Compare
Choose a tag to compare
Pre-release
  • Add support for specifying architecture of Node.JS

v2.1.2 (beta)

01 Oct 16:15
c6fd00c
Compare
Choose a tag to compare
Pre-release
  • Updated communication with runner to use environment files rather then workflow commands

v1.4.4

01 Oct 16:14
56899e0
Compare
Choose a tag to compare
  • Updated communication with runner to use environment files rather then workflow commands

v1.4.3

11 Aug 18:53
4bb8c45
Compare
Choose a tag to compare

This release includes vendored licenses for this action's npm dependencies.

v2.1.1 (beta)

21 Jul 15:49
321b6cc
Compare
Choose a tag to compare
Pre-release

Switch to main branch of node-versions repository to consume latest added versions.

v2.1.0 (beta)

29 Jun 19:09
1ae8f4b
Compare
Choose a tag to compare
Pre-release

Added check-latest input option to query the versions manifest for latest version before checking for semver match in local VM cache first (the default). That's useful for ensuring you get latest as soon as it's released to the cache but at the cost of perf / reliability (much more likely to incur and download and extract).

v2.0.0 (beta)

19 May 13:39
e434342
Compare
Choose a tag to compare
v2.0.0 (beta) Pre-release
Pre-release

This is a beta release.

  • Downloads LTS versions from node-versions releases for reliability. Falls back to nodejs.org dist on misses or failures
  • Full semver spec support
  • Support for upcoming GHES

v1.4.2

21 Apr 20:21
44c9c18
Compare
Choose a tag to compare

Enhancements

  • Adds logging for the Node and npm versions installed (#137)

v1.4.1

12 Mar 15:21
83c9f7a
Compare
Choose a tag to compare

Add retries when downloading response body

v1.4.0

05 Feb 18:35
1c5c137
Compare
Choose a tag to compare