Adam White
57c4f23d87
build: update action runtime to Node.js 24
...
GitHub Actions is deprecating Node.js 20, with Node 24 becoming the
default runner on June 2, 2026. This updates the action to run on
the Node 24 runtime.
Changes:
- action.yml: node20 → node24
- esbuild target: node20 → node24
- @types/node: ^20 → ^24
- @actions/* deps bumped to their Node 24-compatible versions
(highest CJS-compatible releases, avoiding the ESM-only latest)
The @actions/* bumps also resolve the punycode deprecation warning
(DEP0040) that Node 24 triggers with the older dependency chain.
Closes #172
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-11 09:47:51 -05:00
Jozef Steinhübl
ecf28ddc73
release: v2.1.3 ( #170 )
...
* release: v2.1.3
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-03-04 16:32:45 +01:00
Jarred Sumner
4a638a4fad
Bump form-data
2026-01-15 19:37:24 -08:00
Jozef Steinhübl
8c296f9cb7
feat: implement wildcard resolution into the action ( #93 )
...
* feat: remove retry attempts
* [autofix.ci] apply automated fixes
* feat: get download url from github's api
* [autofix.ci] apply automated fixes
* fix: add token property to action definition & fix satisfies params
* [autofix.ci] apply automated fixes
* fix: getPlatform, getArchitecture + eversion
* [autofix.ci] apply automated fixes
* fix: duplicate v
* [autofix.ci] apply automated fixes
* fix: check if valid semver and add bun-v
* [autofix.ci] apply automated fixes
* refactor: wrap validation
* [autofix.ci] apply automated fixes
* ci(format): use bun
bun install is rqeuired for patches
* ci(format): use bun
bun install is rqeuired for patches
* [autofix.ci] apply automated fixes
* feat: bring back support for sha downloads
* [autofix.ci] apply automated fixes
* fix: add bearer prefix for token
* [autofix.ci] apply automated fixes
* fix: proper error when artifact is not found
* [autofix.ci] apply automated fixes
* conflicts
* autofix build
* fix
* fix
* fix
* fix
* fix
* autofix build
* fix
* [autofix.ci] apply automated fixes
* fix
* [autofix.ci] apply automated fixes
* fix
* [autofix.ci] apply automated fixes
* fix
* fix
* [autofix.ci] apply automated fixes
* fix
* fix
* [autofix.ci] apply automated fixes
* fix: drop sha support for now
* [autofix.ci] apply automated fixes
* fix: filter tags
* [autofix.ci] apply automated fixes
* docs: token
* docs: token
* docs: token
* refactor: cleanup
* [autofix.ci] apply automated fixes
* refactor: cleanup
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-05 00:03:34 +01:00
autofix-ci[bot]
bc6f04ce3b
[autofix.ci] apply automated fixes
2025-12-23 18:57:05 +00:00
Jozef Steinhübl
34f777aec1
feat: support for multiple registries ( #109 )
...
* feat: support for multiple registries
* [autofix.ci] apply automated fixes
* refactor: drop unnecessary check
* fix: pass empty array instead undefined
* [autofix.ci] apply automated fixes
* fix: dont add registry set line
* [autofix.ci] apply automated fixes
* feat: few more tests
* feat: add bun types
* docs: explain registries
* feat: save globally
* [autofix.ci] apply automated fixes
* ci: jsr registry test
* ci: add ,
* ci: test
* ci: test
* ci: test
* ci: test
* [autofix.ci] apply automated fixes
* feat: use @iarna/toml
* [autofix.ci] apply automated fixes
* feat: registry parsing
* [autofix.ci] apply automated fixes
* ci: verbose add
* ci: registry install check
* ci: registry install check
* ci: registry install check
* ci: verify registry usage
* docs: registries
* docs: important block
* docs: show table
* docs: show table
* ci: shell
* ci: registry test on linux
* ci: registry test on linux
* build: text lockfile
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-07-09 12:22:12 +02:00
Okinea Dev
7c641390eb
chore: add settings for vscode ( #120 )
...
* chore: update Prettier settings and add settings for vscode
* rollback semi
* fix: exclude `dist` from search and lock changes to some files
* Added `search.exclude` to ignore `dist/**` during searches.
* Configured `files.readonlyInclude` to lock changes to `dist/**`, `bun.lock`, and `package-lock.json`.
2025-07-08 15:29:27 +02:00
Okinea Dev
6fb6603cc1
build: use text-based Bun lockfile ( #116 )
...
chore: 🔒 use text-based Bun lockfile
Support for the text lockfile format was introduced in version `1.1.40` (https://bun.sh/blog/bun-v1.1.40 ), it will soon replace the binary lockfile format `.lockb` in the upcoming version `1.2.0`
In addition, cached bun install will become 30% faster thanks to the text-based lockfile format - https://bun.sh/blog/bun-lock-text-lockfile#cached-bun-install-gets-30-faster
Read https://bun.sh/blog/bun-lock-text-lockfile
2025-01-05 12:45:22 +01:00