134 Commits

Author SHA1 Message Date
Jozef Steinhübl
9e6479509b
feat: support .tool-versions (#68)
* feat: support .tool-versions

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-04-02 10:26:15 +02:00
Jozef Steinhübl
194c60efc3
build: bump ci actions (#66)
* ci: update checkout

* ci: update checkout
2024-03-07 11:39:32 +01:00
Max Schwenk
d3603274ac
Add no-cache option (#58) v1.2.0 2024-02-23 11:09:38 -08:00
Andy Palmer
0f37bd8169
Move cache save to runs.post and exit early (#60) 2024-02-16 14:14:07 -08:00
Filip Czaplicki
12944059f7
Fix typo in README.md (#57) 2024-02-09 18:03:04 +01:00
Ben Limmer
8642d99a51
docs: add --frozen-lockfile to README (#52)
Many folks will copy/paste the sample code from the README directly. In CI, most people will want to enforce a frozen lockfile.
2024-02-01 17:30:42 -08:00
Jacob Hummer
40646b1808
Add GitHub action to auto-update the v1 tag (#53)
Create release.yml
2024-02-01 17:29:22 -08:00
Paul Razvan Berg
94177e527c
docs: add explanatory note about setup-node (#47) 2024-01-03 11:33:26 +01:00
autofix-ci[bot]
9b21598af8
[autofix.ci] apply automated fixes v1.1.1 2023-12-03 12:43:51 +00:00
Jozef Steinhübl (xHyroM)
c7420ae597
release: 1.1.1 2023-12-03 13:43:25 +01:00
Jozef Steinhübl
c0059f0222
fix: package manager (#42)
* fix: read version from package json

* [autofix.ci] apply automated fixes

* Update index.ts

* Update action.yml

* [autofix.ci] apply automated fixes

* yarn does random things

* [autofix.ci] apply automated fixes

* ci: check if version from packageManager is actually 1.0.0

* ci: bash is not javascript

* ci: use  instead ::set-output

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-12-03 13:42:54 +01:00
Jozef Steinhübl
e900e6b108
release: 1.1 (#41)
* bump

* bump

* bump
v1.1.0
2023-11-26 21:41:40 +01:00
Ashcon Partovi
a93230df19
Various improvements and fixes to setup-bun (#40)
* Do not save cache on hit
* Support Windows (canary only)
* Support `registry-url` and `scope`
2023-11-17 15:58:17 -08:00
Vitor Gomes
830e319e28
Add auth setup for private registry with scope (#16)
feat: add auth setup to private registry with scope
2023-11-01 10:17:17 +01:00
Dan Adajian
6be87460e3
feat: support packageManager in package.json (#27) 2023-10-25 15:13:22 +02:00
CyberFlame
bd26ebd2c7
build: bump nodejs to v20 (#24)
update to use nodejs as per planned deprecation of node16

https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
2023-09-26 17:36:38 +02:00
Ashcon Partovi
a1800f471a Fix missing diff 2023-09-11 13:55:59 -07:00
Ashcon Partovi
5da0b0b067 Remove node_modules, for real 2023-09-11 12:52:41 -07:00
Ashcon Partovi
c34bee2511
Fix bunx (#18)
* Add symlink for bunx

* Remove node_modules, use bundled code instead

* Add revision support
2023-09-11 12:37:45 -07:00
Nilesh Suthar
67e559db2c
fix: use copy instead of mv (#15)
* fix: use copy instead of mv

* fix: path does not exist
2023-09-07 19:46:23 +02:00
Ashcon Partovi
4573031972 Do not cache action releases 2023-03-01 17:36:06 -08:00
Ashcon Partovi
1c8c9a7615 Fix encoding bug with 'action:<number>' version 2023-03-01 16:49:16 -08:00
Ashcon Partovi
13974bf408 Document usage of action downloads 2023-03-01 16:01:35 -08:00
Ashcon Partovi
157143337b Make cacheHit conform to best practices for actions 2023-03-01 15:58:31 -08:00
Ashcon Partovi
c7179230d0
Merge pull request #7 from oven-sh/v1-pre
Next release of setup-bun
2023-02-22 18:21:07 -08:00
Ashcon Partovi
15050a7632 Actually fix double zip issue 2023-02-22 18:19:00 -08:00
Ashcon Partovi
a730821cf4 Fix double zip issue? 2023-02-22 18:11:20 -08:00
Ashcon Partovi
8c368db359 Add debug statements 2023-02-22 18:05:23 -08:00
Ashcon Partovi
41bc2e859b Do not fail-fast for action 2023-02-22 17:57:41 -08:00
Ashcon Partovi
3c2d6a32bd Use newer checkout 2023-02-22 17:56:01 -08:00
Ashcon Partovi
3f252a86a6 Fix not being added to path 2023-02-22 17:51:12 -08:00
Ashcon Partovi
9c14b74b45 Next release of setup-bun 2023-02-22 17:47:24 -08:00
Colin McDonnell
ed9eb0969c chore: update artifact URL 2023-01-13 12:06:42 -08:00
Colin McDonnell
91e57dc649 chore: update artifact URL 2023-01-13 12:00:19 -08:00
Hyro
37c5fa5bfd
docs: change actions owner 2023-01-12 09:00:20 +01:00
xHyroM
29cb413d63 feat: update dependencies, node v0.1.8 2022-10-29 10:03:51 +02:00
xHyroM
0ec953ee6d chore(README): bump version v0.1.7 2022-07-28 09:26:39 +02:00
xHyroM
21ca0e24af chore: bump version 2022-07-28 09:25:52 +02:00
xHyroM
673843c5ea fix: extract two times for custom urls 2022-07-28 09:19:57 +02:00
xHyroM
38a9038faf fix: extract two times for custom urls 2022-07-28 09:19:39 +02:00
xHyroM
1e0686b2cc fix: extract two times for custom urls 2022-07-28 09:18:51 +02:00
xHyroM
a11484a419 chore: dont cache if customDownloadUrl 2022-07-28 09:12:02 +02:00
xHyroM
fe160cf381 chore: debug 2022-07-28 08:44:36 +02:00
xHyroM
dbb8e61d45 chore: debug 2022-07-28 08:42:43 +02:00
xHyroM
a99ac77932 chore: build 2022-07-28 08:39:58 +02:00
xHyroM
fe4b2b1cd6 chore: build 2022-07-28 08:39:00 +02:00
xHyroM
10e847eceb fix: im idiot.... 2022-07-28 08:37:15 +02:00
xHyroM
b3fb4f3421 chore: debug 2022-07-28 08:35:10 +02:00
xHyroM
f5a14b237f chore: debug 2022-07-28 08:31:07 +02:00
xHyroM
e2c23afd2e chore: debug 2022-07-28 08:27:22 +02:00