Skip to content

Commit

Permalink
chore: update travis config, engine >= 12
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodrig committed Jan 26, 2022
1 parent e9faf6e commit 56e4b59
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ env:
- CC_TEST_REPORTER_ID=6901f64ef53effa16b51755b09c5a82cd063a88786f2bc365e74524b2e95d21b
language: node_js
node_js:
- "16"
- "15"
- "14"
- "12"
- "10"
sudo: false
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
Expand Down
44 changes: 22 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"should": "13.2.3"
},
"engines": {
"node": ">= 10"
"node": ">= 12"
},
"license": "MIT"
}

0 comments on commit 56e4b59

Please sign in to comment.