Skip to content

Commit

Permalink
ci(circle): run tests using Node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
edoparearyee committed Feb 6, 2019
1 parent 3a39dca commit a75b697
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
setup:
working_directory: ~/@thisissoon/angular-ellipsis
docker:
- image: circleci/node:8-browsers
- image: circleci/node:10-browsers
steps:
- checkout
- restore_cache:
Expand All @@ -22,7 +22,7 @@ jobs:
test:
working_directory: ~/@thisissoon/angular-ellipsis
docker:
- image: circleci/node:8-browsers
- image: circleci/node:10-browsers
steps:
- checkout
- restore_cache:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"stylelint": "stylelint --syntax scss \"src/**/*.{css,scss}\"",
"prettier": "prettier --config .prettierrc -l \"src/**/*.{ts,js,json,css,scss}\"",
"packagr": "ng-packagr -p package.json",
"precommit": "npm run format:fix:staged && npm run lint",
"release": "standard-version",
"postrelease": "npm run packagr",
"precommit": "npm run format:fix:staged && npm run lint"
"postrelease": "npm run packagr"
},
"peerDependencies": {
"@angular/core": ">=5.0.0"
Expand Down

0 comments on commit a75b697

Please sign in to comment.