From 39dc07c2ed18001e0cdf69251f15d853de067518 Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 20 May 2021 20:37:23 +0200 Subject: [PATCH] Use node 16 on release tasks too Forgot these in https://github.com/go-gitea/gitea/pull/15804. --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 03a83c070fea1..004b53a2e9575 100644 --- a/.drone.yml +++ b/.drone.yml @@ -503,7 +503,7 @@ steps: pull: always image: techknowlogick/xgo:go-1.16.x commands: - - curl -sL https://deb.nodesource.com/setup_14.x | bash - && apt-get install -y nodejs + - curl -sL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs - export PATH=$PATH:$GOPATH/bin - make release environment: @@ -599,7 +599,7 @@ steps: pull: always image: techknowlogick/xgo:go-1.16.x commands: - - curl -sL https://deb.nodesource.com/setup_14.x | bash - && apt-get install -y nodejs + - curl -sL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs - export PATH=$PATH:$GOPATH/bin - make release environment: