Skip to content

Commit c463282

Browse files
committed
Merge branch 'app' into app-publish
2 parents 76af102 + 9edb190 commit c463282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
- 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
237237

238238
- run: npm install
239-
- run: npm install -g cordova rimraf # @11.0.0
239+
- run: npm install -g cordova@11.1.0 rimraf # @11.0.0
240240
- run: cordova -v
241241

242242
################

0 commit comments

Comments
 (0)