Skip to content

Commit

Permalink
Merge pull request #223 from testing-library/node
Browse files Browse the repository at this point in the history
ci: 🎡 run node 13 in CI
  • Loading branch information
Gpx committed Feb 17, 2020
2 parents 34c9d41 + 9e957e0 commit 38e3c22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
v12.9.1
v13.8.0
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,9 +9,9 @@ cache:
notifications:
email: false
node_js:
- '13'
- '12'
- '10'
- '8'
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
Expand Down

0 comments on commit 38e3c22

Please sign in to comment.