Skip to content

Commit 130c56f

Browse files
committed
Node 16 as default runtime
Signed-off-by: CrazyMax <[email protected]>
1 parent 20111c6 commit 130c56f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ outputs:
5454
description: 'Builder node platforms available (comma separated)'
5555

5656
runs:
57-
using: 'node12'
57+
using: 'node16'
5858
main: 'dist/index.js'
5959
post: 'dist/index.js'

dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
ARG NODE_VERSION=12
3+
ARG NODE_VERSION=16
44
ARG DOCKER_VERSION=20.10.13
55
ARG BUILDX_VERSION=0.8.1
66

0 commit comments

Comments
 (0)