1
0
Fork 0
mirror of https://github.com/docker/login-action.git synced 2025-04-23 15:16:35 +02:00

Revert to Node 12 as default runtime

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2022-03-01 20:51:18 +01:00
parent bb984efc56
commit 4e3538592e
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
4 changed files with 9 additions and 29 deletions

View file

@ -26,6 +26,6 @@ inputs:
required: false
runs:
using: 'node16'
using: 'node12'
main: 'dist/index.js'
post: 'dist/index.js'