Skip to content

Commit b61a9ce

Browse files
committed
Node 16 as default runtime
Signed-off-by: CrazyMax <[email protected]>
1 parent 3a136a8 commit b61a9ce

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
@@ -26,6 +26,6 @@ inputs:
2626
required: false
2727

2828
runs:
29-
using: 'node12'
29+
using: 'node16'
3030
main: 'dist/index.js'
3131
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
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)