1
0
mirror of https://github.com/benjlevesque/short-sha.git synced 2026-07-04 07:39:20 +02:00

Use Node.js version 24 (#22)

This commit is contained in:
Andreas Ländle
2026-03-17 09:35:07 +01:00
committed by GitHub
parent 95aa108112
commit 5f991653a0
+1 -1
View File
@@ -17,5 +17,5 @@ outputs:
sha: sha:
description: 'shortened SHA' description: 'shortened SHA'
runs: runs:
using: 'node20' using: 'node24'
main: 'dist/index.js' main: 'dist/index.js'