Update Node.js runtime from node20 to node24 (#259)
Some checks failed
Run prettify / Prettier Check (push) Has been cancelled
Run unit tests. / build (macos-latest) (push) Has been cancelled
Run unit tests. / build (ubuntu-24.04-arm) (push) Has been cancelled
Run unit tests. / build (ubuntu-latest) (push) Has been cancelled
Run unit tests. / build (windows-11-arm) (push) Has been cancelled
Run unit tests. / build (windows-latest) (push) Has been cancelled

This commit is contained in:
David Gamero 2026-03-15 20:49:08 -04:00 committed by GitHub
parent 316ed5ab42
commit ca66f3880d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,5 +20,5 @@ outputs:
branding:
color: 'blue'
runs:
using: 'node20'
using: 'node24'
main: 'lib/index.js'