We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76af102 + 9edb190 commit c463282Copy full SHA for c463282
.circleci/config.yml
@@ -236,7 +236,7 @@ jobs:
236
- run: npm -v; node -v # OK: 7.5.2 v14.15.4 # 6.14.11 v14.15.4 # Seems OK: 7.10.0 14.16.1 # npm 7.6.1 node v14.16.0
237
238
- run: npm install
239
- - run: npm install -g cordova rimraf # @11.0.0
+ - run: npm install -g cordova@11.1.0 rimraf # @11.0.0
240
- run: cordova -v
241
242
################
0 commit comments