Skip to content

Commit 5edf56f

Browse files
committed
Node 16 as default runtime
Signed-off-by: CrazyMax <[email protected]>
1 parent b2391d3 commit 5edf56f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ outputs:
4646
description: 'JSON output of tags and labels'
4747

4848
runs:
49-
using: 'node12'
49+
using: 'node16'
5050
main: 'dist/index.js'

dev.Dockerfile

Lines changed: 1 addition & 1 deletion
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

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

0 commit comments

Comments
 (0)