Skip to content

Commit e551b19

Browse files
authored
Merge pull request #564 from crazy-max/node-16
Node 16 as default runtime
2 parents 3554377 + 6ff230f commit e551b19

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)