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:
parent
62c3b6ea97
commit
30e9922986
|
@ -1 +1 @@
|
|||
lts/*
|
||||
14
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue