]> source.dussan.org Git - gitea.git/commitdiff
Use node 16 on release tasks too (#15936)
authorsilverwind <me@silverwind.io>
Thu, 20 May 2021 20:37:20 +0000 (22:37 +0200)
committerGitHub <noreply@github.com>
Thu, 20 May 2021 20:37:20 +0000 (16:37 -0400)
Forgot these in https://github.com/go-gitea/gitea/pull/15804.

.drone.yml

index 03a83c070fea183a045012c65518884dc62112e0..004b53a2e957527fe51c5d3b15cc90d0a5a490fe 100644 (file)
@@ -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: