Fig itself can move to the latest in the v14 series without any
breakage. On the system itself, no need to use v10 any more; that
recently hit EOL, and I had only pegged at that version for
compatibility with Liferay.
import {attributes, command, file, path, skip, task} from 'fig';
-const NODE_VERSION = '10.16.0';
+const NODE_VERSION = '14.17.0';
const n = path.root.join('vendor/n/bin/n');
const bin = path.home.join(`n/bin`);
BIN_DIR="$REPO_ROOT/bin"
-NODE_VERSION=14.4.0
+NODE_VERSION=14.17.0
export PATH="$BIN_DIR":$PATH