#!/bin/bash

function tasks.node_version {

    echo "$NODE_VERSION" > "$NODE_VERSION_FILE"

}
