Skip to content

Commit 9f29610

Browse files
committed
chore: disable node 12 instead of 16
1 parent f1bb1ab commit 9f29610

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ os: linux
22
dist: xenial
33
language: node_js
44
node_js:
5-
# - "16"
5+
- "16"
66
# - "14.14.0"
7-
- "12.20.0"
7+
# - "12.20.0"
88
install:
99
- echo "Avoid Travis's npm auto-install"
1010
before_script: >

0 commit comments

Comments
 (0)