Skip to content

Commit 07cb6ff

Browse files
committed
#Tech, Fixed Circle CI and Travis CI
1 parent 9351a84 commit 07cb6ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
command: git push https://heroku:[email protected]/$HEROKU_APP_NAME.git master
1111
build:
1212
docker:
13-
- image: circleci/node:6-stretch-browsers
13+
- image: circleci/node:10-stretch-browsers-legacy
1414
working_directory: ~/repo
1515
steps:
1616
- checkout

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ before_install:
2424

2525
node_js:
2626
- 8
27-
- 6
27+
- 10
2828

2929
script:
3030
- npm install pm2 -g

0 commit comments

Comments
 (0)