Ensure consistent versions of node and npm
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
ARG BASE_IMAGE
|
||||
FROM $BASE_IMAGE
|
||||
RUN npm i -g n && n stable
|
||||
RUN npm i -g n && n 14
|
||||
RUN npm i -g npm
|
||||
|
||||
Reference in New Issue
Block a user