From 5ebacbc347f2a7cf413927625ca4f7b58b9de80b Mon Sep 17 00:00:00 2001 From: antelle Date: Fri, 20 Nov 2020 14:53:28 +0100 Subject: [PATCH] building on node.js 15 --- .github/actions/linux-build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/linux-build/Dockerfile b/.github/actions/linux-build/Dockerfile index fe5bc00f..4f23d2da 100644 --- a/.github/actions/linux-build/Dockerfile +++ b/.github/actions/linux-build/Dockerfile @@ -4,7 +4,7 @@ COPY entrypoint.sh /entrypoint.sh RUN apt-get update RUN apt-get install -y build-essential git-core unzip curl pkg-config rpm -RUN curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash - +RUN curl -sL https://deb.nodesource.com/setup_15.x | sudo -E bash - RUN apt-get install -y nodejs RUN npm i -g grunt-cli