We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e5abb commit 34ea557Copy full SHA for 34ea557
action.yml
@@ -56,6 +56,6 @@ outputs:
56
description: 'Email address associated with the GPG key'
57
58
runs:
59
- using: 'node12'
+ using: 'node16'
60
main: 'dist/index.js'
61
post: 'dist/index.js'
dev.Dockerfile
@@ -1,6 +1,6 @@
1
-# syntax=docker/dockerfile:1.4
+# 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