Skip to content

Commit 49ed152

Browse files
authored
Merge pull request #161 from crazy-max/node16-runtime
Node 16 as default runtime
2 parents 3a136a8 + b61a9ce commit 49ed152

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)