chore: node 16

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
pull/118/head
CrazyMax 4 years ago
parent 79abd3f86f
commit 66ada118db
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

@ -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…
Cancel
Save