Update Node.js runtime from node20 to node24 (#259)

This commit is contained in:
David Gamero
2026-03-15 20:49:08 -04:00
committed by GitHub
parent 316ed5ab42
commit ca66f3880d

View File

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