Skip to content
Snippets Groups Projects
Commit 07b79142 authored by Éloïs's avatar Éloïs
Browse files

[build] deb: upgrade node to 10.20.1

parent ccdbfa3c
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ export NVM_DIR="$HOME/.nvm"
# Prepare
NODE_VERSION=10.19.0
NODE_VERSION=10.20.1
ARCH="`uname -m | sed -e \"s/86_//\"`"
NVER="v$NODE_VERSION"
DUNITER_TAG=$1
......
......@@ -124,7 +124,7 @@ build_deb_pack() {
# Install tools needed to build
# -----------------------------
NODE_VERSION=10.19.0
NODE_VERSION=10.20.1
NVER="v${NODE_VERSION}"
DUNITER_TAG="v${1}"
DUNITER_DEB_VER=" ${1}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment