We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a136a8 + b61a9ce commit 49ed152Copy full SHA for 49ed152
2 files changed
action.yml
@@ -26,6 +26,6 @@ inputs:
26
required: false
27
28
runs:
29
- using: 'node12'
+ using: 'node16'
30
main: 'dist/index.js'
31
post: '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
ARG DOCKER_VERSION=20.10.13
5
ARG BUILDX_VERSION=0.8.1
6
0 commit comments