Skip to content

Commit 674dd5d

Browse files
authored
Node 16 default runtime (#16)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
1 parent 83094fe commit 674dd5d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ inputs:
1313
required: true
1414

1515
runs:
16-
using: 'node12'
16+
using: 'node16'
1717
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)