1
0
Commit Graph

22 Commits

Author SHA1 Message Date
David Sherret 609c005598 feat: include a hash of deno.lock files in the cache key automatically (#98)
(cherry picked from commit 3169cf993b)
2025-05-14 18:58:13 +02:00
Christian Svensson aa0fea114b feat: add built-in caching via inputs (#89)
(cherry picked from commit fd6b0ad149)
2025-05-14 18:58:13 +02:00
Sebastian db3496c46a feat: add "lts" version option (#97)
(cherry picked from commit a1496dd8d9)
2025-05-14 18:58:12 +02:00
Christian Svensson d74ee56ed6 refactor: convert action to TS and bundle code (#95)
(cherry picked from commit 95bbb87724)
2025-05-14 18:58:06 +02:00
Leo Kettmeir 003ac26627 refactor: use GitHub downloads for stable version download (#91)
(cherry picked from commit 5e036d05d8)
2025-01-09 23:01:30 +01:00
Leo Kettmeir b571f8c14c fix: update README and tests (#85)
(cherry picked from commit 4b0db74aa8)
2024-10-09 10:05:06 +01:00
Luca Casonato 8b162a5755 chore: improve readme (#74) 2024-09-13 17:32:16 +02:00
Luca Casonato f1ac2c87b8 chore: migrate code to ESM (#73) 2024-09-13 17:15:41 +02:00
Leo Kettmeir f8480e68ca feat: support rc version (#72) 2024-09-13 16:41:34 +02:00
Leo Kettmeir 3a041055d2 feat: allow specifying binary name (#71) 2024-09-12 03:46:45 -07:00
Leo Kettmeir b8a676db36 fix: use dl.deno.land for downloading binaries (#67) 2024-08-21 10:24:39 -07:00
Leo Kettmeir 2bca7ce523 feat: add "latest" as possible version (#65) 2024-07-12 04:32:45 -07:00
Jesse Dijkstra edde9366ea feat: add .tool-versions and .dvmrc support (#61)
---------

Signed-off-by: Jesse Dijkstra <mail@jessedijkstra.nl>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-07-05 15:33:22 +09:00
David Sherret 85bf53342c feat: fetch versions with retries (#46) 2023-05-30 18:18:39 -04:00
Leo Kettmeir b41525049b refactor: use versions.js from deno.com instead of github (#45) 2023-05-01 14:14:43 +02:00
Luca Casonato e4b9e9fc4e chore: update deps (#39) 2022-10-17 12:11:10 +02:00
Kid d4873ceeec chore: update outdated reference to versions.json (#28) 2022-03-05 03:54:53 +05:30
Satya Rohith a63bb6b1ba fix: add deno install root to path (#7) 2021-06-27 13:07:03 +05:30
Satya Rohith eb33d5551a chore: use github releases for stable downloads (#4) 2021-05-21 13:06:04 +02:00
Luca Casonato ebae5fab46 fmt 2021-05-18 23:34:43 +02:00
Daniel Lamando 1dbdd42fee Fix string interpolation when caching canaries (#2)
Previously, any canary's cache key would be `0.0.0-[object Object]` which isn't terribly ideal if multiple canaries are at play.
2021-04-28 22:33:16 +02:00
Luca Casonato 62abc69248 Initial pass 2021-04-10 02:16:12 +02:00