Skip to content

Commit d7849ec

Browse files
committed
Node 16 as default runtime
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
1 parent 2d4bfe7 commit d7849ec

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
@@ -21,5 +21,5 @@ outputs:
2121
description: 'Available platforms (comma separated)'
2222

2323
runs:
24-
using: 'node12'
24+
using: 'node16'
2525
main: '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

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

0 commit comments

Comments
 (0)