Set Node version to 14 in .nvmrc to prevent incompatible versions of Node from being used with nvm (https://github.com/woocommerce/woocommerce-admin/pull/7932)

Pin Node version to 14 in .nvmrc
This commit is contained in:
Matt Sherman 2021-11-15 10:14:05 -05:00 committed by GitHub
parent 62c3b6ea97
commit 30e9922986
2 changed files with 5 additions and 1 deletions

View File

@ -1 +1 @@
lts/*
14

View File

@ -0,0 +1,4 @@
Significance: patch
Type: Dev
Explicitly sets the Node version to 14 in .nvmrc to prevent incompatible versions of Node from being used with nvm. #7932