todos: v.io/x/devtools: start to use profile-v23

Switch jiri test and hence all checked in
references to use jiri profile vs jiri v23-profile.

MultiPart: 14/16

Change-Id: I6926d9b86d9304d9c360b547e169b30c22944314
diff --git a/Makefile b/Makefile
index 353a0d3..144ca0b 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
 export PATH := $(JIRI_ROOT)/devtools/bin:$(PATH)
 
 # Add a few more things to PATH.
-NODE_DIR := $(shell jiri v23-profile list --info Target.InstallationDir nodejs)
+NODE_DIR := $(shell jiri profile list --info Target.InstallationDir v23:nodejs)
 export PATH := node_modules/.bin:$(JIRI_ROOT)/release/go/bin:$(NODE_DIR)/bin:$(PATH)
 
 # Default browserify options: use sourcemaps.