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.
2 parents 3554377 + 6ff230f commit e551b19Copy full SHA for e551b19
action.yml
@@ -100,6 +100,6 @@ outputs:
100
description: 'Build result metadata'
101
102
runs:
103
- using: 'node12'
+ using: 'node16'
104
main: 'dist/index.js'
105
post: 'dist/index.js'
dev.Dockerfile
@@ -1,6 +1,6 @@
1
# syntax=docker/dockerfile:1.4
2
3
-ARG NODE_VERSION=12
+ARG NODE_VERSION=16
4
ARG DOCKER_VERSION=20.10.13
5
ARG BUILDX_VERSION=0.8.0
6
0 commit comments