Skip to content

Commit 8bb70e3

Browse files
committed
Node 16 as default runtime (#161)
Co-authored-by: CrazyMax <[email protected]>
1 parent b549c11 commit 8bb70e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ inputs:
2828
required: false
2929

3030
runs:
31-
using: 'node12'
31+
using: 'node16'
3232
main: 'dist/index.js'

Diff for: 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)