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 2d4bfe7 commit d7849ecCopy full SHA for d7849ec
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