Skip to content

Commit 38e3c22

Browse files
authored
Merge pull request testing-library#223 from testing-library/node
ci: 🎡 run node 13 in CI
2 parents 34c9d41 + 9e957e0 commit 38e3c22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v12.9.1
1+
v13.8.0

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ cache:
99
notifications:
1010
email: false
1111
node_js:
12+
- '13'
1213
- '12'
1314
- '10'
14-
- '8'
1515
before_script:
1616
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
1717
- chmod +x ./cc-test-reporter

0 commit comments

Comments
 (0)