Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 335680f

Browse files
authored
fix(circleCI): lock the currect version of all dependencies (#4669)
CircleCI was broken by the new release of gulp-clang-format and jasmine 1.pin the version of gulp-clang-format to 1.0.23 2.pin jasmine version to 2.8.0 3.add lock file
1 parent 6ba30e0 commit 335680f

File tree

4 files changed

+7399
-4
lines changed

4 files changed

+7399
-4
lines changed

circle.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ machine:
88

99
dependencies:
1010
override:
11-
- npm update
11+
- npm i
1212
cache_directories:
1313
- testapp/node_modules
1414
post:
1515
- ./node_modules/.bin/gulp lint
1616
- ./node_modules/.bin/webdriver-manager update
1717
- ./node_modules/.bin/webdriver-manager start:
1818
background: true
19-
- cd testapp && npm update
19+
- cd testapp && npm i
2020
- npm start:
2121
background: true
2222
- sudo apt-get update

0 commit comments

Comments
 (0)