From be715665b2ade01952539884a534a2710b5f87db Mon Sep 17 00:00:00 2001 From: Matt Luongo Date: Sun, 26 Sep 2021 14:13:32 -0400 Subject: [PATCH] Switch to the latest node (v16.10.0) Unfortunately, earlier versions of node don't support the WebCrypto API. Sticking with them would mean relying on bug-ridden WebCrypto polyfills to test keyring encryption. --- .nvmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nvmrc b/.nvmrc index 518633e168..56bfee434b 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -lts/fermium +v16.10.0