We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 466d531 + d7849ec commit 8b12248Copy full SHA for 8b12248
2 files changed
action.yml
@@ -21,5 +21,5 @@ outputs:
21
description: 'Available platforms (comma separated)'
22
23
runs:
24
- using: 'node12'
+ using: 'node16'
25
main: 'dist/index.js'
dev.Dockerfile
@@ -1,6 +1,6 @@
1
# syntax=docker/dockerfile:1
2
3
-ARG NODE_VERSION=12
+ARG NODE_VERSION=16
4
5
FROM node:${NODE_VERSION}-alpine AS base
6
RUN apk add --no-cache cpio findutils git
0 commit comments