Skip to content

Commit 6ff230f

Browse files
committed
Node 16 as default runtime
Signed-off-by: CrazyMax <[email protected]>
1 parent 75c825a commit 6ff230f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ outputs:
100100
description: 'Build result metadata'
101101

102102
runs:
103-
using: 'node12'
103+
using: 'node16'
104104
main: 'dist/index.js'
105105
post: 'dist/index.js'

dev.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1.4
22

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

0 commit comments

Comments
 (0)