We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9351a84 commit 07cb6ffCopy full SHA for 07cb6ff
.circleci/config.yml
@@ -10,7 +10,7 @@ jobs:
10
command: git push https://heroku:[email protected]/$HEROKU_APP_NAME.git master
11
build:
12
docker:
13
- - image: circleci/node:6-stretch-browsers
+ - image: circleci/node:10-stretch-browsers-legacy
14
working_directory: ~/repo
15
steps:
16
- checkout
.travis.yml
@@ -24,7 +24,7 @@ before_install:
24
25
node_js:
26
- 8
27
- - 6
+ - 10
28
29
script:
30
- npm install pm2 -g
0 commit comments