1
0
Fork 0
mirror of https://github.com/docker/setup-buildx-action.git synced 2025-05-12 01:19:30 +02:00

chore: node 16

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2021-12-03 17:36:59 +01:00
parent 79abd3f86f
commit 66ada118db
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
2 changed files with 2 additions and 2 deletions

View file

@ -54,6 +54,6 @@ outputs:
description: 'Builder node platforms available (comma separated)'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
post: 'dist/index.js'