Skip to content

Releases: pnpm/action-setup

v5.0.0

17 Mar 12:07
v5.0.0
fc06bc1

Choose a tag to compare

Updated the action to use Node.js 24.

v4.4.0

13 Mar 10:44
v4.4.0
fc06bc1

Choose a tag to compare

Updated the action to use Node.js 24.

v4.3.0

11 Mar 14:57
v4.3.0
b906aff

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.2.0...v4.3.0

v4.2.0

08 Oct 08:54
v4.2.0
41ff726

Choose a tag to compare

When there's a .npmrc file at the root of the repository, pnpm will be fetched from the registry that is specified in that .npmrc file #179

v4.1.0

06 Feb 21:33
v4.1.0
a7487c7

Choose a tag to compare

Add support for package.yaml #156.

v2.4.1

05 Jul 14:59
v2.4.1
eae0cfe

Choose a tag to compare

Updated the bundled pnpm version to v7 to fix the ERR_INVALID_THIS error.

v4.0.0

07 May 13:19
v4.0.0
fe02b34

Choose a tag to compare

An error is thrown if one version of pnpm is specified in the packageManager field of package.json and a different version is specified in the action's settings #122

v3.0.0

08 Feb 10:30
v3.0.0
a3252b7

Choose a tag to compare

The action is updated to run on Node.js v20

v2.4.0: feat: standalone binary (#92)

26 Jul 11:56
d882d12

Choose a tag to compare

Add ability to install standalone binary (#92).

v2.3.0

25 Jul 11:10
0b715c7

Choose a tag to compare

  • feat: specifying path to non-root package.json file (#88).
  • docs: improve.