Commit Graph

15 Commits

Author SHA1 Message Date
Nik B
6a293fc1a2 feat: upgrade Node.js runtime from node20 to node24 (#123)
GitHub Actions is deprecating the Node.js 20 runtime, with enforcement
starting June 2, 2026. This updates the action to use node24 runtime.

- action.yml: change `using: "node20"` to `using: "node24"`
- package.json: bump `@types/node` from ^20.16.5 to ^24

Fixes #122

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 12:09:57 +01:00
David Sherret
3169cf993b feat: include a hash of deno.lock files in the cache key automatically (#98) 2025-05-13 12:53:56 -04:00
Christian Svensson
fd6b0ad149 feat: add built-in caching via inputs (#89) 2025-05-12 12:53:44 -04:00
Sebastian
a1496dd8d9 feat: add "lts" version option (#97) 2025-05-12 12:23:36 -04:00
Christian Svensson
95bbb87724 refactor: convert action to TS and bundle code (#95) 2025-05-12 12:14:45 -04:00
Luca Casonato
4606d5cc6f feat: v2 (#82)
Co-authored-by: crowlkats <crowlkats@toaxl.com>
2024-10-09 01:37:44 -07: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
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
ctdeakin
ef28d469f1 chore: update node.js version from 16 to 20 (#56) 2024-01-28 21:01:15 +09:00
Em Zhan
1dfbed57f6 feat: run action on Node 16 instead Node 12 (#33) 2022-10-17 11:57:49 +02:00
Luca Casonato
4a4e59637f rename action 2021-05-18 23:53:14 +02:00
Luca Casonato
b80476fbe0 version -> deno-version 2021-04-10 02:20:00 +02:00
Luca Casonato
62abc69248 Initial pass 2021-04-10 02:16:12 +02:00