I am receiving an error here (doesnt like node 4.2.x so far as I can tell) but my project requires node >= 5
https://circleci.com/gh/mikeerickson/cd-datetime-picker/117
I have configured my .circle.yml
language: node_js
node_js:
- “7”
- “6”
- “5”
I am receiving an error here (doesnt like node 4.2.x so far as I can tell) but my project requires node >= 5
https://circleci.com/gh/mikeerickson/cd-datetime-picker/117
I have configured my .circle.yml
language: node_js
node_js:
You can only use one version.
Here are the docs on how that sections should look https://circleci.com/docs/configuration/#node-version
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.