10000
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 f55bc08 + 130c56f commit dc7b971Copy full SHA for dc7b971
‎action.yml
@@ -54,6 +54,6 @@ outputs:
54
description: 'Builder node platforms available (comma separated)'
55
56
runs:
57
- using: 'node12'
+ using: 'node16'
58
main: 'dist/index.js'
59
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