Zoltan Kochan and Claude Opus 4.6
dc312cdfd7
feat!: replace bundled pnpm binary with npm + lockfile bootstrap
...
Remove the 9MB bundled pnpm.cjs/worker.js and instead use npm ci with
committed package-lock.json files (~5KB) to install a bootstrap pnpm,
which then installs the target version with integrity verification via
the project's pnpm-lock.yaml.
Also switch from ncc to esbuild and modernize to ESM.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-16 01:52:34 +01:00
Zoltan Kochan
fc06bc1257
feat!: run the action on Node.js 24 ( #205 )
2026-03-13 11:30:26 +01:00
Zoltan Kochan
b906affcce
Revert "feat!: run the action on Node.js 24 ( #205 )"
...
This reverts commit 9b5745cdf0 .
2026-03-11 15:54:42 +01:00
Zoltan Kochan and GitHub
9b5745cdf0
feat!: run the action on Node.js 24 ( #205 )
2026-02-17 13:30:54 +01:00
Zoltan Kochan
a7487c7e89
feat: update dist
2025-02-06 22:30:07 +01:00
Zoltan Kochan
fff70888d0
test: update pnpm to v9
2025-02-06 22:24:21 +01:00
Zoltan Kochan and GitHub
0d0b43217a
docs: add warning about v2
2024-07-05 14:37:28 +02:00
Zoltan Kochan
fe02b34f77
docs: bump action-setup version in README
2024-05-07 15:16:48 +02:00
Zoltan Kochan and GitHub
2ab6dce4f5
docs(README): fix link to LICENSE
2024-03-27 22:17:57 +01:00
Zoltan Kochan
a3252b78c4
docs(README): update version
2024-02-08 11:28:50 +01:00
Zoltan Kochan
c3b53f6a16
chore(release): 2.2.4
2022-10-15 21:12:50 +03:00
Zoltan Kochan
21e88da200
fix(deps): update
2022-10-15 21:12:13 +03:00
Zoltan Kochan
fc3334fa11
build
2022-10-15 21:09:00 +03:00
Zoltan Kochan and GitHub
10693b3829
Update action.yml
2022-05-28 17:23:43 +03:00
Zoltan Kochan
99ecd24520
v2.2.2
2022-05-28 17:22:28 +03:00
Zoltan Kochan and GitHub
958500fcab
fix: do not download pnpm from get.pnpm.io ( #46 )
...
* fix: do not download pnpm from get.pnpm.io
* fix: remove redundant files
2022-05-28 16:54:43 +03:00
Zoltan Kochan
225f3bb4b0
build
2022-02-22 11:34:20 +02:00
Zoltan Kochan and GitHub
777a50d72e
Update src/install-pnpm/run.ts
2022-02-22 11:32:59 +02:00
Zoltan Kochan
d8ea532ac4
fix: retry fetch of pnpm script
...
close #22
2022-02-20 21:49:26 +02:00
Zoltan Kochan
9eb14dd77c
decrease bundle size
2022-02-08 14:44:50 +02:00
Zoltan Kochan
eafb777c56
download script from pnpm.io
2022-02-08 00:39:20 +02:00
Zoltan Kochan
e6378df420
PNPM_HOME_PATH=>PNPM_HOME
2022-02-08 00:21:53 +02:00
Zoltan Kochan
6ff6e97bc6
The pnpm home directory should be added to PATH and PNPM_HOME
...
This change is needed to make the action compatible with pnpm v7.
Related breaking change in pnpm: pnpm/pnpm#4280
2022-02-07 23:15:44 +02:00