mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 03:13:49 +08:00
Use Node.js 14.x in plugin CI (#30209)
This commit is contained in:
@ -10,7 +10,7 @@ mkdir /lib64 && ln -s /lib/libc.musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2
|
||||
rm /bin/cp
|
||||
mv /usr/local/bin/cp /bin/cp
|
||||
|
||||
apk add --no-cache curl nodejs npm yarn build-base openssh git-lfs perl-utils coreutils python3
|
||||
apk add --no-cache curl 'nodejs-current=14.5.0-r0' npm yarn build-base openssh git-lfs perl-utils coreutils python3
|
||||
|
||||
#
|
||||
# Only relevant for testing, but cypress does not work with musl/alpine.
|
||||
|
Reference in New Issue
Block a user