Breaking: Migrate from Node 20 to Node 24 (#374)

* Update `action.yml` from `node20` to `node24`

* Update `.tool-versions` (`asdf`/`mise`-en-place) from NodeJS 20.11.1 to 24.13.0

* Run `npm install`
This commit is contained in:
Dilum Aluthge
2026-03-04 15:36:28 -05:00
committed by GitHub
parent 44a615affb
commit 101e139aea
3 changed files with 6 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ outputs:
julia-bindir:
description: 'Path to the directory containing the Julia executable. Equivalent to JULIA_BINDIR: https://docs.julialang.org/en/v1/manual/environment-variables/#JULIA_BINDIR'
runs:
using: 'node20'
using: 'node24'
main: 'dist/index.js'
branding:
icon: 'download'