Description
From the looks of this config
The two pr's #75 and #74 are blocked because a configuration to install the latest version of npm, and the latest npm doesn't run with the node 10 version in the CI checks
from pr 75's checks https://ci.appveyor.com/project/weekens/comedy/builds/43166798
ERROR: npm is known not to run on Node.js v10.24.1
The last time this seemed to pass was in PR #73 and it ran with npm version 7.20.5
Can I create a PR to change the line above to npm i npm@7.20.5 -g
Description
From the looks of this config
comedy/appveyor.yml
Line 6 in e523ff8
The two pr's #75 and #74 are blocked because a configuration to install the latest version of npm, and the latest npm doesn't run with the node 10 version in the CI checks
from pr 75's checks https://ci.appveyor.com/project/weekens/comedy/builds/43166798
ERROR: npm is known not to run on Node.js v10.24.1The last time this seemed to pass was in PR #73 and it ran with npm version
7.20.5Can I create a PR to change the line above to
npm i npm@7.20.5 -g