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)' 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'

View file

@ -1,5 +1,5 @@
variable "NODE_VERSION" { variable "NODE_VERSION" {
default = "12" default = "16"
} }
target "node-version" { target "node-version" {