From 954f6601f8de15436cb882554cb558113edeabf4 Mon Sep 17 00:00:00 2001 From: Doug Parker Date: Wed, 12 Jan 2022 17:53:22 -0800 Subject: [PATCH] build: bump `.nvmrc` version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `@typescript-eslint/eslint-plugin@5.9.1` requires at least `14.17.0`, so our current `.nvmrc` isn't up to date enough. ``` $ yarn --frozen-lockfile (master|✔) yarn install v1.22.17 [1/5] Validating package.json... [2/5] Resolving packages... [3/5] Fetching packages... error @typescript-eslint/eslint-plugin@5.9.1: The engine "node" is incompatible with this module. Expected version "^12.22.0 || ^14.17.0 || >=16.0.0". Got "14.16.1" error Found incompatible module. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. ``` (cherry picked from commit a75020373c9f1e687c96a676ac8b1ac1e786e854) --- .nvmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nvmrc b/.nvmrc index 6b17d228d335..62df50f1eefe 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -14.16.1 +14.17.0