Skip to content

Commit 34ea557

Browse files
authored
Node 16 as default runtime (#136)
Co-authored-by: CrazyMax <[email protected]>
1 parent 50e5abb commit 34ea557

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ outputs:
5656
description: 'Email address associated with the GPG key'
5757

5858
runs:
59-
using: 'node12'
59+
using: 'node16'
6060
main: 'dist/index.js'
6161
post: 'dist/index.js'

dev.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# syntax=docker/dockerfile:1.4
1+
# syntax=docker/dockerfile:1
22

3-
ARG NODE_VERSION=12
3+
ARG NODE_VERSION=16
44

55
FROM node:${NODE_VERSION}-alpine AS base
66
RUN apk add --no-cache cpio findutils git

0 commit comments

Comments
 (0)