From 5516db7332e6121d77e61fcaa7d7fe131e3f5d3f Mon Sep 17 00:00:00 2001 From: Greg Hurrell Date: Sat, 15 Jan 2022 15:13:47 +0100 Subject: [PATCH] chore(node): install latest, on Arch Linux too --- aspects/node/index.ts | 2 +- bin/common | 2 +- project.json | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/aspects/node/index.ts b/aspects/node/index.ts index 40c036ad..41438879 100644 --- a/aspects/node/index.ts +++ b/aspects/node/index.ts @@ -1,6 +1,6 @@ import {attributes, command, file, path, skip, task} from 'fig'; -const NODE_VERSION = '16.13.0'; +const NODE_VERSION = '16.13.2'; const n = path.root.join('vendor/n/bin/n'); const bin = path.home.join(`n/bin`); diff --git a/bin/common b/bin/common index f24feccd..093c0e36 100755 --- a/bin/common +++ b/bin/common @@ -18,7 +18,7 @@ REPO_ROOT=$(cd "${BASH_SOURCE%/*}/.." && pwd) BIN_DIR="$REPO_ROOT/bin" -NODE_VERSION=16.13.0 +NODE_VERSION=16.13.2 export PATH="$BIN_DIR":$PATH diff --git a/project.json b/project.json index a0721136..f942c141 100644 --- a/project.json +++ b/project.json @@ -29,6 +29,7 @@ "meta", "dotfiles", "locale", + "node", "pacman", "aur", "avahi", -- 2.40.1