1
0
mirror of https://github.com/benjlevesque/short-sha.git synced 2025-12-06 01:37:51 +01:00

Change node version from 16 to 20 (#19)

This commit is contained in:
KirillHouras
2024-02-05 12:47:48 +03:00
committed by GitHub
parent 36eb8c5309
commit 599815c8ee

View File

@@ -17,5 +17,5 @@ outputs:
sha:
description: 'shortened SHA'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'