mirror of
https://github.com/docker/setup-buildx-action.git
synced 2025-03-31 08:46:34 +00:00
chore: node 16
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
79abd3f86f
commit
66ada118db
2 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
variable "NODE_VERSION" {
|
||||
default = "12"
|
||||
default = "16"
|
||||
}
|
||||
|
||||
target "node-version" {
|
||||
|
|
Loading…
Add table
Reference in a new issue