Skip to content

Commit 46da113

Browse files
authored
chore: node 16 as default runtime (#343)
Co-authored-by: CrazyMax <[email protected]>
1 parent 223909a commit 46da113

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
@@ -34,5 +34,5 @@ outputs:
3434
description: 'Build result metadata'
3535

3636
runs:
37-
using: 'node12'
37+
using: 'node16'
3838
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)