diff --git a/action.yml b/action.yml index 8f52dfc..d1ebaba 100644 --- a/action.yml +++ b/action.yml @@ -21,5 +21,5 @@ outputs: description: 'Available platforms (comma separated)' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' diff --git a/dev.Dockerfile b/dev.Dockerfile index cf10389..8d98819 100644 --- a/dev.Dockerfile +++ b/dev.Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -ARG NODE_VERSION=12 +ARG NODE_VERSION=16 FROM node:${NODE_VERSION}-alpine AS base RUN apk add --no-cache cpio findutils git