Skip to content

Commit 8b12248

Browse files
authored
Merge pull request #48 from crazy-max/node-16
Node 16 as default runtime
2 parents 466d531 + d7849ec commit 8b12248

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)