1
0
mirror of https://github.com/Minionguyjpro/Inno-Setup-Action.git synced 2026-04-12 18:01:24 +02:00

Upgrade Node.js version from 20 to 24

This commit is contained in:
Minionguyjpro
2026-03-13 09:09:02 +01:00
committed by GitHub
parent 4cd8d16e2a
commit 72b8e3d017

View File

@@ -22,5 +22,5 @@ inputs:
default: 'https://jrsoftware.org/download.php/is.exe?site=1' default: 'https://jrsoftware.org/download.php/is.exe?site=1'
runs: runs:
using: 'node20' using: 'node24'
main: 'dist/index.js' main: 'dist/index.js'