Public Access
1
0
mirror of https://github.com/docker/login-action.git synced 2026-04-20 07:27:53 +03:00

chore: node 20 as default runtime

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-09-07 12:29:39 +02:00
parent 98faccfdb6
commit d76f68242b
+1 -1
View File
@@ -26,6 +26,6 @@ inputs:
required: false
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
post: 'dist/index.js'