Skip to content

Commit 101e139

Browse files
authored
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`
1 parent 44a615a commit 101e139

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 20.11.1
1+
nodejs 24.13.0

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ outputs:
3131
julia-bindir:
3232
description: 'Path to the directory containing the Julia executable. Equivalent to JULIA_BINDIR: https://docs.julialang.org/en/v1/manual/environment-variables/#JULIA_BINDIR'
3333
runs:
34-
using: 'node20'
34+
using: 'node24'
3535
main: 'dist/index.js'
3636
branding:
3737
icon: 'download'

package-lock.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)