Skip to content

Commit 71398c5

Browse files
committed
for CI release: use node 14 (lts) to build until 16 do fail
1 parent e51c73a commit 71398c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ steps:
514514
pull: always
515515
image: techknowlogick/xgo:go-1.16.x
516516
commands:
517-
- curl -sL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs
517+
- curl -sL https://deb.nodesource.com/setup_14.x | bash - && apt-get install -y nodejs
518518
- export PATH=$PATH:$GOPATH/bin
519519
- make release
520520
environment:

0 commit comments

Comments
 (0)