Hi,
Until AppFog updates the node runtime to something greater than 0.8.22, you can use node06, assuming that you don't specifically need node08.
af push --runtime=node06 [appname]
Notice that you need to define the runtime when the app is installed, so if you want to change it, you have to remove the app from AppFog first.
-Lari