We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17be645 commit 9b7d692Copy full SHA for 9b7d692
.drone.yml
@@ -503,7 +503,7 @@ steps:
503
pull: always
504
image: techknowlogick/xgo:go-1.16.x
505
commands:
506
- - 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
507
- export PATH=$PATH:$GOPATH/bin
508
- make release
509
environment:
@@ -599,7 +599,7 @@ steps:
599
600
601
602
603
604
605
0 commit comments