Skip to content

Commit

Permalink
Update node version to 14.15.4
Browse files Browse the repository at this point in the history
New versions of some node packages are not compatible with old versions
of the node.

Avoid error:

    TypeError: Cannot destructure property `stat` of 'undefined' or
'null'.
  • Loading branch information
idgserpro committed Feb 3, 2021
1 parent 1973582 commit eba1de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildout.cfg
Expand Up @@ -70,7 +70,7 @@ scripts =

[node]
recipe = gp.recipe.node
version = 8.11.2
version = 14.15.4
npms = npm yarn
scripts = npm yarn

Expand Down

0 comments on commit eba1de0

Please sign in to comment.