mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 01:00:24 +08:00
Upgrade node version for e2e tests (#36620)
This commit is contained in:
@ -5,9 +5,9 @@ source "/etc/profile"
|
||||
source "./deploy-slim.sh"
|
||||
source "./deploy-common.sh"
|
||||
|
||||
NODEVER="v12.19.0-linux-x64"
|
||||
NODEVER="v14.17.3"
|
||||
# Install Node
|
||||
wget -O - "https://nodejs.org/dist/v12.19.0/node-${NODEVER}.tar.xz" | tar Jvxf - -C "/tmp"
|
||||
wget -O - "https://nodejs.org/dist/${NODEVER}/node-${NODEVER}-linux-x64.tar.xz" | tar Jvxf - -C "/tmp"
|
||||
|
||||
# Move node to /usr/local so it's in the path
|
||||
pushd /tmp/node-${NODEVER}
|
||||
|
Reference in New Issue
Block a user