Skip to content

Commit

Permalink
fix(ci): lock mkdirp to 1.0.2
Browse files Browse the repository at this point in the history
Version 1.0.3 broke the build because it insists on NodeJS 10 or higher.

The part in the lock file is what forces the transitive dependencies (web3)
to use the older version which still allows 1.0.2

    "mkdirp": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.2.tgz",
      "integrity": "sha512-N2REVrJ/X/jGPfit2d7zea2J1pf7EAR5chIUcfHffAZ7gmlam5U65sAm76+o4ntQbSRdTjYf7qZz3chuHlwXEA=="
    },

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Feb 5, 2020
1 parent bb7657e commit c9a51a1
Showing 1 changed file with 6,493 additions and 0 deletions.

0 comments on commit c9a51a1

Please sign in to comment.