mirror of
https://github.com/docker/setup-buildx-action.git
synced 2025-04-01 17:26: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)'
|
description: 'Builder node platforms available (comma separated)'
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node16'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
post: 'dist/index.js'
|
post: 'dist/index.js'
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
variable "NODE_VERSION" {
|
variable "NODE_VERSION" {
|
||||||
default = "12"
|
default = "16"
|
||||||
}
|
}
|
||||||
|
|
||||||
target "node-version" {
|
target "node-version" {
|
||||||
|
|
Loading…
Add table
Reference in a new issue