Skip to content

Commit c121dca

Browse files
committed
Node 16 as default runtime
Signed-off-by: CrazyMax <[email protected]>
1 parent 5595f90 commit c121dca

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
@@ -41,5 +41,5 @@ outputs:
4141
description: 'Build result metadata'
4242

4343
runs:
44-
using: 'node12'
44+
using: 'node16'
4545
main: 'dist/index.js'

dev.Dockerfile

+1-1
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)