diff --git a/images/actions/js/Dockerfile b/images/actions/js/Dockerfile new file mode 100644 index 0000000..c1c9883 --- /dev/null +++ b/images/actions/js/Dockerfile @@ -0,0 +1,4 @@ +FROM git.euph.dev/actions/runner-basic:latest +ARG PACKAGE_VERSION + +RUN sudo apk add --no-cache "npm" \ No newline at end of file