Skip to content

Commit

Permalink
docs: specify proper min Node.js version in Travis CI example (#5406)
Browse files Browse the repository at this point in the history
  • Loading branch information
BattleOfPlassey authored Aug 22, 2021
1 parent 072a5a7 commit b665b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ Continuous integration (CI) services are typically used to perform routine tasks
```yaml title=".travis.yml"
language: node_js
node_js:
- '10'
- '12.13.0'
branches:
only:
- main
Expand Down

0 comments on commit b665b5b

Please sign in to comment.