• silverwind's avatar
    Make build scripts compatible with node 12 (#15479) · f7830041
    silverwind authored
    * Make build scripts compatible with node 12
    
    "fs/promises" is not in node 12, use a more compatible way to import it.
    Also, lock major down versions of the image build dependencies to
    prevent future surprises.
    
    * add node_modules dependency
    f7830041
Makefile 28.9 KB