Skip to content

Commit eb08c35

Browse files
authored
Node 16 as default runtime (#167)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
1 parent 59173cb commit eb08c35

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
@@ -63,5 +63,5 @@ inputs:
6363
required: false
6464

6565
runs:
66-
using: 'node12'
66+
using: 'node16'
6767
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)