mirror of
https://github.com/kerberos-io/agent.git
synced 2026-08-23 15:08:32 +00:00
upgrade to node 14
This commit is contained in:
@@ -30,7 +30,7 @@ RUN cat /go/src/github.com/kerberos-io/agent/machinery/version
|
||||
########################
|
||||
# Download NPM and Yarns
|
||||
|
||||
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - && \
|
||||
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
|
||||
apt-get install -y nodejs && \
|
||||
npm install -g yarn
|
||||
|
||||
|
||||
Reference in New Issue
Block a user